mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 17:53:28 -04:00
* Logstash monitoring doc improvements. --------- Co-authored-by: Rob Bavey <rob.bavey@elastic.co> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
9 lines
280 B
Text
9 lines
280 B
Text
// [[disable-default]]
|
|
// ==== Disable default collection of {ls} monitoring metrics
|
|
|
|
Set `monitoring.enabled` to `false` in logstash.yml to disable default collection:
|
|
|
|
[source,yaml]
|
|
----------------------------------
|
|
monitoring.enabled: false
|
|
----------------------------------
|