mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
22 lines
767 B
Text
22 lines
767 B
Text
[[monitoring-logstash]]
|
|
== Monitoring Logstash
|
|
|
|
When you run Logstash, it automatically captures runtime metrics that you can
|
|
use to monitor the health and performance of your Logstash deployment.
|
|
|
|
The metrics collected by Logstash include:
|
|
|
|
* Logstash node info, like pipeline settings, OS info, and JVM info.
|
|
* Plugin info, including a list of installed plugins.
|
|
* Node stats, like JVM stats, process stats, event-related stats, and pipeline
|
|
runtime stats.
|
|
* Hot threads.
|
|
|
|
You can use the basic <<monitoring,monitoring APIs>> providing by Logstash
|
|
to retrieve these metrics. These APIs are available by default without
|
|
requiring any extra configuration.
|
|
|
|
ifdef::include-xpack[]
|
|
:edit_url!:
|
|
include::{xls-repo-dir}/monitoring/index.asciidoc[]
|
|
endif::include-xpack[]
|