mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Add note indicating that detailed pipeline stats for input plugins are not currently supported
Fixes #6658
This commit is contained in:
parent
135378176c
commit
bc0db68c66
1 changed files with 5 additions and 1 deletions
6
docs/static/monitoring-apis.asciidoc
vendored
6
docs/static/monitoring-apis.asciidoc
vendored
|
@ -366,12 +366,16 @@ The following request returns a JSON document containing pipeline stats,
|
|||
including:
|
||||
|
||||
* the number of events that were input, filtered, or output by the pipeline
|
||||
* stats for each configured input, filter, or output stage
|
||||
* stats for each configured filter or output stage
|
||||
* info about config reload successes and failures
|
||||
(when <<reloading-config,config reload>> is enabled)
|
||||
* info about the persistent queue (when
|
||||
<<persistent-queues,persistent queues>> are enabled)
|
||||
|
||||
NOTE: Detailed pipeline stats for input plugins are not currently available, but
|
||||
will be available in a future release. For now, the node stats API returns an
|
||||
empty set array for inputs (`"inputs": []`).
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
GET /_node/stats/pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue