Add host metadata to core beats output

This change adds fields such as host OS, version and platform to the
core beats output, giving extra query/filter capabilities.

Change-Id: Iff61bb4402eaa45b8f1c134a6a39cebe6613cbf3
This commit is contained in:
Jonathan Rosser 2018-09-25 13:32:01 +01:00
parent af4e551c09
commit 1a48236ced
5 changed files with 11 additions and 1 deletions

View File

@ -244,7 +244,8 @@ auditbeat.modules:
# #
#processors: #processors:
#- add_docker_metadata: ~ #- add_docker_metadata: ~
#- add_host_metadata: ~ processors:
- add_host_metadata: ~
#============================= Elastic Cloud ================================== #============================= Elastic Cloud ==================================

View File

@ -1420,6 +1420,8 @@ tags:
# #
#processors: #processors:
#- add_docker_metadata: ~ #- add_docker_metadata: ~
processors:
- add_host_metadata: ~
#============================= Elastic Cloud ================================== #============================= Elastic Cloud ==================================

View File

@ -356,6 +356,8 @@ heartbeat.scheduler:
# #
#processors: #processors:
#- add_docker_metadata: ~ #- add_docker_metadata: ~
processors:
- add_host_metadata: ~
#============================= Elastic Cloud ================================== #============================= Elastic Cloud ==================================

View File

@ -665,6 +665,9 @@ metricbeat.modules:
##processors: ##processors:
##- add_docker_metadata: ~ ##- add_docker_metadata: ~
# #
processors:
- add_host_metadata: ~
##============================= Elastic Cloud ================================== ##============================= Elastic Cloud ==================================
# #
## These settings simplify using metricbeat with the Elastic Cloud (https://cloud.elastic.co/). ## These settings simplify using metricbeat with the Elastic Cloud (https://cloud.elastic.co/).

View File

@ -634,6 +634,8 @@ packetbeat.protocols:
# #
#processors: #processors:
#- add_docker_metadata: ~ #- add_docker_metadata: ~
processors:
- add_host_metadata: ~
#============================= Elastic Cloud ================================== #============================= Elastic Cloud ==================================