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

audittail: output error to designated file #45

Open
JAORMX opened this issue May 2, 2022 · 0 comments
Open

audittail: output error to designated file #45

JAORMX opened this issue May 2, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@JAORMX
Copy link
Collaborator

JAORMX commented May 2, 2022

The audittail container uses stdout to flush the audit logs it's tailing. This is useful for containers as they'll get immediately picked up by a log forwarder. However, we don't necessarily want to pollute these logs.

However, we still want to know if the audittail container had an error. Having a dedicated error file (that is not necessarily stderr) would be ideal for this. In cases where audittail is deployed in Kubernetes, it could be /dev/termination-log.

@JAORMX JAORMX added good first issue Good for newcomers help wanted Extra attention is needed labels May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant