Skip to content

Commit

Permalink
Add missing host.* fields to fields.yml (elastic#11016)
Browse files Browse the repository at this point in the history
The `add_host_metadata` processor (default since 6.5) fills the fields `host.os.build` and `host.containerized`, but there is no entry for them in `fields.yml` so they are missing from the generated index patterns.

This adds them to `add_host_metadata/_meta/fields.yml`.

elastic#10992 already addressed this for 6.7.
  • Loading branch information
Christoph Wurm authored Mar 4, 2019
1 parent dd896cd commit bf3528e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3960,6 +3960,30 @@ Hostname of the agent.
Info collected for the host machine.
*`host.containerized`*::
+
--
type: boolean
If the host is a container.
--
*`host.os.build`*::
+
--
type: keyword
example: 18D109
OS build information.
--
[[exported-fields-kubernetes-processor]]
== Kubernetes fields
Expand Down
Loading

0 comments on commit bf3528e

Please sign in to comment.