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

Add minimal support for Beats > 7.0 #7879

Merged
merged 1 commit into from
Apr 16, 2020
Merged

Add minimal support for Beats > 7.0 #7879

merged 1 commit into from
Apr 16, 2020

Conversation

mpfz0r
Copy link
Contributor

@mpfz0r mpfz0r commented Apr 14, 2020

Beats 7.0 changed a lot of their field name schema.

https://www.elastic.co/guide/en/beats/libbeat/7.x/breaking-changes-7.0.html#_field_name_changes

This is a minimal change to extract the hostname from pre-7 and post-7
type beats messages.

Fixes #6501

Beats 7.0 changed a lot of their field name schema.

  https://www.elastic.co/guide/en/beats/libbeat/7.x/breaking-changes-7.0.html#_field_name_changes

This is a minimal change to extract the hostname from pre-7 and post-7
type beats messages.

Fixes #6501
Copy link
Member

@bernd bernd left a comment

Choose a reason for hiding this comment

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

LGTM and tested with a version 7 packetbeat. 👍

@bernd bernd merged commit 5061d81 into master Apr 16, 2020
@bernd bernd deleted the issue-6501 branch April 16, 2020 15:37
mpfz0r added a commit that referenced this pull request Apr 16, 2020
Beats 7.0 changed a lot of their field name schema.

  https://www.elastic.co/guide/en/beats/libbeat/7.x/breaking-changes-7.0.html#_field_name_changes

This is a minimal change to extract the hostname from pre-7 and post-7
type beats messages.

Fixes #6501

(cherry picked from commit 5061d81)
bernd pushed a commit that referenced this pull request Apr 16, 2020
Beats 7.0 changed a lot of their field name schema.

  https://www.elastic.co/guide/en/beats/libbeat/7.x/breaking-changes-7.0.html#_field_name_changes

This is a minimal change to extract the hostname from pre-7 and post-7
type beats messages.

Fixes #6501

(cherry picked from commit 5061d81)
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.

Beats metadata changes in 7.x - Hostname Unknown
2 participants