-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
x-pack/filebeat/module/checkpoint: fix handling of R81 fields #32458
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- convert: | ||
field: checkpoint.bytes | ||
type: long | ||
ignore_missing: true | ||
- rename: | ||
field: checkpoint.bytes | ||
target_field: network.bytes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be merged into a single step ? - elastic/integrations#3800 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That leaves the value in checkpoint.bytes
.
- convert: | ||
field: checkpoint.packets | ||
type: long | ||
ignore_missing: true | ||
- rename: | ||
field: checkpoint.packets | ||
target_field: network.packets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be merged into a single step - elastic/integrations#3800 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
(cherry picked from commit c580fdb) # Conflicts: # x-pack/filebeat/module/checkpoint/firewall/ingest/pipeline.yml
…ng of R81 fields (#32494) * x-pack/filebeat/module/checkpoint: fix handling of R81 fields (#32458) (cherry picked from commit c580fdb) # Conflicts: # x-pack/filebeat/module/checkpoint/firewall/ingest/pipeline.yml * fix conflicts Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com> Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
What does this PR do?
Fixes handling of numeric and duplicated fields and removes undocumented fields that appear to be new in R81.
Why is it important?
Relates to a user issue; duplicated fields cause a pipeline failure and non-ingestion due to absence of
@timestamp
. The other changes keep the pipeline in sync with the integration package pipeline where the changes are required due to field type and documentation checks.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs