-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
arguments not correctly parsed on auditbeat 7.17.5 #32631
Comments
The logic that is causing this is as follows:
This is confirmed by the following experiment:
Here you can see that the password (literally "password") is blanked out in the output from Fixing the behaviour here would break other arguably reasonable argument lists since a "" cannot be distinguished from a NULL in |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
After discussion with others on the team, I'm going to close this as working as intended; the information is not available because a security-aware application has scrubbed the process's |
The |
When you run Auditbeat to collect system events, data does not look right and might not be picked up completely. Not sure if this is a cosmetical issue or something serious as I did the testing with fields that might get redacted at some point.
Running against Elasticsearch 7.17.5 in the cloud and the following configuration:
On the system and forcing a process that is recognized
echo "encryptme" | openssl enc -aes-256-cbc -md sha256 -k TOP_SECRET -nosalt
created the following entry inprocess.args
Full message
I think this is connected to #29410 and even if this is only cosmetical it creates the impression that important data is missing.
The text was updated successfully, but these errors were encountered: