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 #12261 to 7.2: Add host.os.codename to fields.yml #12282

Merged
merged 1 commit into from
May 28, 2019

Conversation

cwurm
Copy link
Contributor

@cwurm cwurm commented May 24, 2019

Cherry-pick of PR #12261 to 7.2 branch. Original message:

The add_host_metadata processor adds host.os.codename when available (e.g. on Debian):

if info.OS.Codename != "" {
data.Put("host.os.codename", info.OS.Codename)
}

This adds the missing field definition for it to the processor's fields.yml.

The `add_host_metadata` processor adds `host.os.codename` when available (e.g. on Debian). This adds the missing field definition for it to the processor's `fields.yml`.

(cherry picked from commit 08ccdd7)
@cwurm cwurm requested review from a team as code owners May 24, 2019 16:13
@cwurm cwurm requested review from ruflin and removed request for a team May 24, 2019 16:15
@cwurm cwurm merged commit 4ad71b2 into elastic:7.2 May 28, 2019
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
The `add_host_metadata` processor adds `host.os.codename` when available (e.g. on Debian). This adds the missing field definition for it to the processor's `fields.yml`.

(cherry picked from commit 133c43e)
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