mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
Doc: Update TOC order in API docs (#17324)
This commit is contained in:
parent
4779d5e250
commit
ea99e1db58
1 changed files with 6 additions and 5 deletions
11
docs/static/spec/openapi/logstash-api.yaml
vendored
11
docs/static/spec/openapi/logstash-api.yaml
vendored
|
@ -6,13 +6,14 @@ info:
|
||||||
When you run Logstash, it automatically captures runtime metrics that you can use to monitor the health and performance of your Logstash deployment.
|
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:
|
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.
|
|
||||||
- Health report.
|
- Health report.
|
||||||
|
- Hot threads.
|
||||||
|
- Logstash node info, like pipeline settings, OS info, and JVM info.
|
||||||
|
- Node stats, like JVM stats, process stats, event-related stats, and pipeline runtime stats.
|
||||||
|
- Plugins info, including a list of installed plugins.
|
||||||
|
|
||||||
The APIs that retrieve these metrics are available by default without requiring any extra configuration.
|
|
||||||
|
The APIs that retrieve these metrics are available by default, with no extra configuration needed.
|
||||||
|
|
||||||
## Documentation source and versions
|
## Documentation source and versions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue