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

[Auditbeat] macOS: Replace file.origin.raw with file.origin.text #15630

Merged

Conversation

adriansr
Copy link
Contributor

The raw part of the multifield was unnecessary because it was keyword like the base field. Replaced with file.origin.text of type text as ECS recommends.

Fixes #12423


Labeled as breaking because it removes a field.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/siem (Team:SIEM)

@adriansr adriansr force-pushed the fix_ab_12423_file_orig_multifield branch from 4a92f2a to 6370959 Compare January 17, 2020 11:21
Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

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

👍

@adriansr
Copy link
Contributor Author

jenkins, test this

The `raw` part of the multifield was unnecessary because it was keyword
like the base field. Replaced with `file.origin.text` of type text as
ECS recommends.

Fixes elastic#12423
@adriansr adriansr force-pushed the fix_ab_12423_file_orig_multifield branch from 6370959 to e36d635 Compare March 2, 2020 15:25
@adriansr adriansr merged commit 68e9bd3 into elastic:master Mar 3, 2020
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.

[Auditbeat] file.origin and file.origin.raw multi-fields are both keyword
3 participants