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
… out some more fields (#10484)
Cherry-pick of PR #10137 to 6.6 branch. Original message:
Resolves#10134.
This PR teaches the `elasticsearch/audit` fileset to parse out a few more fields, viz:
* `elasticsearch.audit.realm`,
* `elasticsearch.audit.roles`
* `elasticsearch.audit.indices`
It also teaches the fileset to parse `elasticsearch.audit.action` values that themselves contain `[` and `]` delimiters around sub-actions, e.g. `action=[indices:data/read/search[free_context]]`.
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…o parse out some more fields (elastic#10484)
Cherry-pick of PR elastic#10137 to 6.6 branch. Original message:
Resolveselastic#10134.
This PR teaches the `elasticsearch/audit` fileset to parse out a few more fields, viz:
* `elasticsearch.audit.realm`,
* `elasticsearch.audit.roles`
* `elasticsearch.audit.indices`
It also teaches the fileset to parse `elasticsearch.audit.action` values that themselves contain `[` and `]` delimiters around sub-actions, e.g. `action=[indices:data/read/search[free_context]]`.
Consider the following valid Elasticsearch audit log line:
The
elasticsearch/audit
fileset is currently unable to parse therealm
,roles
, andindices
fields from that log line.The text was updated successfully, but these errors were encountered: