logstash/docs/static/monitoring/monitoring-prereq-disable-default.asciidoc

12 lines
363 B
Text

// [[disable-default]]
// ==== Disable default collection of {ls} monitoring metrics
The `monitoring` setting is in the {ls} configuration file (logstash.yml), but is
commented out:
[source,yaml]
----------------------------------
monitoring.enabled: false
----------------------------------
Remove the `#` at the beginning of the line to enable the setting.