Add note indicating that detailed pipeline stats for input plugins are not currently supported

Fixes #6658
This commit is contained in:
DeDe Morton 2017-02-07 14:20:30 -08:00
parent 135378176c
commit bc0db68c66

View file

@ -366,12 +366,16 @@ The following request returns a JSON document containing pipeline stats,
including: including:
* the number of events that were input, filtered, or output by the pipeline * 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 * info about config reload successes and failures
(when <<reloading-config,config reload>> is enabled) (when <<reloading-config,config reload>> is enabled)
* info about the persistent queue (when * info about the persistent queue (when
<<persistent-queues,persistent queues>> are enabled) <<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] [source,js]
-------------------------------------------------- --------------------------------------------------
GET /_node/stats/pipeline GET /_node/stats/pipeline