Merge "Add host metadata to core beats output"

This commit is contained in:
Zuul 2018-09-25 15:59:17 +00:00 committed by Gerrit Code Review
commit b2c9cf4221
5 changed files with 11 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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