Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupted vault audit log? #1844

Closed
007jingtangmu opened this issue Sep 2, 2016 · 3 comments
Closed

Corrupted vault audit log? #1844

007jingtangmu opened this issue Sep 2, 2016 · 3 comments
Milestone

Comments

@007jingtangmu
Copy link

007jingtangmu commented Sep 2, 2016

Hi,

I found in our vault audit log there are some "corrupted" log entry, which is very long with recursive structure, here is an example: super long log entry.
It seems to be another multithread issue to me. There are totally 15 entries in our one-month audit log. It brings a lot of trouble to our log parsing infrastructure, as if you try to parse the json, thousands of keys could be parse from one single line.

This issue happened also before I adopted the customized build for vault hanging issue.

Regards,

@jefferai
Copy link
Member

jefferai commented Sep 2, 2016

How is this corrupted? How is it recursive? This looks totally straightforward and normal. You just have a lot of mounts.

@jefferai jefferai added this to the 0.6.2 milestone Sep 2, 2016
@007jingtangmu
Copy link
Author

I see. I did not expect that the details of "vault mounts" operation will be displayed in audit log. In my understanding it is not necessary.

@jefferai
Copy link
Member

jefferai commented Sep 6, 2016

Every request and response is recorded!

@jefferai jefferai closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants