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
The auditd integration is missing a mapping for event.original. The cause can be attributed to missing validation related to elastic/elastic-package#147.
% go run github.com/andrewkroh/go-examples/fields-yml@main packages/auditd/data_stream/log/fields/*.yml \
| grep event.original
% echo $?
1
The
auditdintegration is missing a mapping forevent.original. The cause can be attributed to missing validation related to elastic/elastic-package#147.