Skip to content
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

Cherry-pick #10137 to 6.6: Teach elasticsearch/audit fileset to parse out some more fields #10484

Merged
merged 3 commits into from
Feb 1, 2019

Conversation

ycombinator
Copy link
Contributor

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]].

* Be more lenient in parsing node name

* Parse out elasticsearch.audit.realm

* Adding CHANGELOG entry

* Parse out elasticsearch.audit.roles

* Parse out elasticsearch.audit.indices

* Parse out optional sub-action

* Regenerating generated files

* Regenerating generated files

(cherry picked from commit 210460e)
Copy link
Member

@ruflin ruflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR LGTM:

@ycombinator ycombinator merged commit c105e53 into elastic:6.6 Feb 1, 2019
@ycombinator ycombinator deleted the backport_10137_6.6 branch December 25, 2019 11:16
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…o parse out some more fields (elastic#10484)

Cherry-pick of PR elastic#10137 to 6.6 branch. Original message: 

Resolves elastic#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]]`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants