[auditd]: set event.outcome value as per ECS specification#3079
[auditd]: set event.outcome value as per ECS specification#3079r00tu53r merged 3 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
There was a problem hiding this comment.
Do we know that 0 is always failed and 1 is always success? This post suggests that it is just not valid to have a value that is not success or failed. Given the tone of the post and the author, it probably means that a value that is not one of the valid values is unknown (pondering that 0=false in C, but success in unix and 1 is true and failed).
Yes I came upon that link too. It does go by how C treats |
What does this PR do?
The PR sets/fixes
event.outcomevalue as per ECS specification.Checklist
changelog.ymlfile.How to test this PR locally
elastic-package test pipeline -v -gRelated issues