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

auditStorage to support a remote logging collector #755

Open
AlyRagab opened this issue Jul 12, 2022 · 4 comments
Open

auditStorage to support a remote logging collector #755

AlyRagab opened this issue Jul 12, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@AlyRagab
Copy link

It is clear on the documentation that the Audit Device type file is not rotated so i suggest :

1- Adding audit file rotation feature or if it is available then can we document how to ?
2- Allow sending the audit logs to any other log collector like Datadog or any other by exporting the audit logs as STDOUT

@AlyRagab AlyRagab added the enhancement New feature or request label Jul 12, 2022
@AlyRagab
Copy link
Author

I think this feature is really needed since there is no any sensitive data is getting logged ( as it is hashed ) as per the official documentation

@AlyRagab
Copy link
Author

AlyRagab commented Jun 9, 2023

I have implemented a solution around this problem:
https://github.com/AlyRagab/Vault-Audit-Logging

@hortonew
Copy link

hortonew commented Oct 1, 2023

I did something similar @AlyRagab, I wrote about it here: https://blog.erikhorton.com/2023/10/01/use-a-sidecar-container-to-read-logs-from-another-container.html.

@ppeereb1
Copy link

Couldn't you also achieve it like this?
vault audit enable file file_path=stdout

I agree it would be nicer if it's in the hem chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants