mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 04:15:23 -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.
|
||||
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.
|
||||
- Health report.
|
||||
- Hot threads.
|
||||
- Health report.
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue