You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce: run auditbeat system module on macOS system. When the following condition occurs:
"message": "ERROR for PID 16250: failed to load process information for PID 16250: no such process",
"error": {
"message": "failed to load process information for PID 16250: no such process"
},
Current behavior:
The event contains. event.kind:error. "error" is not a value of event.kind allowed by ECS 1.5.0
@MikePaquette auditbeat appears to have shipped this ever since 6.6 -- #9693 appears to be the PR that introduced this, specifically this line -- I believe this was prior to the explicit enumeration of ECS-allowed categorization values. I can fix it in master, but due to this being a breaking change in beats, I don't believe we can ship the fix until 8.0 is cut.
Current behavior:
The event contains.
event.kind:error
. "error" is not a value ofevent.kind
allowed by ECS 1.5.0Expected Behavior:
The event should contain
event.kind:event
or some other value allowed by ECS1.5.0 which are listed here: https://www.elastic.co/guide/en/ecs/current/ecs-allowed-values-event-kind.htmlThe text was updated successfully, but these errors were encountered: