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 #7051 to 6.3: Add host.name in the events #7068

Merged
merged 2 commits into from
May 10, 2018

Conversation

tsg
Copy link
Contributor

@tsg tsg commented May 10, 2018

Cherry-pick of PR #7051 to 6.3 branch. Original message:

As a solution for #7050, we're adding a host.name field to
all events. This is duplicate information from beat.name,
but is used to avoid the mapping conflict and to slowly
introduce the "host as an object" approach.

To remove the duplication, you can remove beat.name like this:

processors:
  - drop_fields.fields: ["beat.name"]

Closes #7050.

As a solution for elastic#7050, we're adding a `host.name` field to
all events. This is duplicate information from `beat.name`,
but is used to avoid the mapping conflict and to slowly
introduce the "host as an object" approach.

To remove the duplication, you can remove `beat.name` like this:

    processors:
      - drop_fields.fields: ["beat.name"]

Closes elastic#7050.

(cherry picked from commit 15d9539)
@tsg
Copy link
Contributor Author

tsg commented May 10, 2018

jenkins test this again

@monicasarbu monicasarbu merged commit 929dc48 into elastic:6.3 May 10, 2018
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…#7068)

* Add host.name in the events (elastic#7051)

As a solution for elastic#7050, we're adding a `host.name` field to
all events. This is duplicate information from `beat.name`,
but is used to avoid the mapping conflict and to slowly
introduce the "host as an object" approach.

To remove the duplication, you can remove `beat.name` like this:

    processors:
      - drop_fields.fields: ["beat.name"]

Closes elastic#7050.

(cherry picked from commit 1889f9c)

* changelog cleanup
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.

None yet

2 participants