From cacab201c4b123619306ac698700017e6332ad37 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Thu, 9 Feb 2017 19:35:19 -0800 Subject: [PATCH] Cherrypick #6658 into 5.1 branch (#6684) --- docs/static/monitoring-apis.asciidoc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/static/monitoring-apis.asciidoc b/docs/static/monitoring-apis.asciidoc index 406736be8..3e408add3 100644 --- a/docs/static/monitoring-apis.asciidoc +++ b/docs/static/monitoring-apis.asciidoc @@ -335,9 +335,17 @@ Example response: [[pipeline-stats]] ==== Pipeline Stats -The following request returns a JSON document containing pipeline stats, including the number of events that were -input, filtered, or output by the pipeline. The request also returns stats for each configured input, filter, or -output stage, and info about whether config reload (if configured) failed or succeeded. +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 filter or output stage +* info about config reload successes and failures +(when <> is 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] --------------------------------------------------