mirror of
https://github.com/elastic/logstash.git
synced 2025-06-29 10:13:16 -04:00
12 lines
363 B
Text
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.
|