Skip to content

Commit 4ee50ab

Browse files
authored
disable metrics logging by default (#1127)
1 parent c5b442f commit 4ee50ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_meta/beat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ output.elasticsearch:
722722
# in the last period. For each metric that changed, the delta from the value at
723723
# the beginning of the period is logged. Also, the total values for
724724
# all non-zero internal metrics are logged on shutdown. The default is true.
725-
#logging.metrics.enabled: true
725+
logging.metrics.enabled: false
726726

727727
# The period after which to log the internal metrics. The default is 30s.
728728
#logging.metrics.period: 30s

apm-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ output.elasticsearch:
722722
# in the last period. For each metric that changed, the delta from the value at
723723
# the beginning of the period is logged. Also, the total values for
724724
# all non-zero internal metrics are logged on shutdown. The default is true.
725-
#logging.metrics.enabled: true
725+
logging.metrics.enabled: false
726726

727727
# The period after which to log the internal metrics. The default is 30s.
728728
#logging.metrics.period: 30s

0 commit comments

Comments
 (0)