OpenSearch/docs/reference/ingest/apis/enrich
Martijn van Groningen a4b0f66919
Add enrich stats api (#46462)
The enrich api returns enrich coordinator stats and
information about currently executing enrich policies.

The coordinator stats include per ingest node:
* The current number of search requests in the queue.
* The total number of outstanding remote requests that
  have been executed since node startup. Each remote
  request is likely to include multiple search requests.
  This depends on how much search requests are in the
  queue at the time when the remote request is performed.
* The number of current outstanding remote requests.
* The total number of search requests that `enrich`
  processors have executed since node startup.

The current execution policies stats include:
* The name of policy that is executing
* A full blow task info object that is executing the policy.

Relates to #32789
2019-09-11 13:40:24 +02:00
..
delete-enrich-policy.asciidoc [DOCS] Separate Enrich API Docs (#46286) 2019-09-11 13:08:28 +02:00
enrich-stats.asciidoc Add enrich stats api (#46462) 2019-09-11 13:40:24 +02:00
execute-enrich-policy.asciidoc [DOCS] Update "Enrich your data" tutorials (#46417) 2019-09-11 13:08:48 +02:00
get-enrich-policy.asciidoc [DOCS] Separate Enrich API Docs (#46286) 2019-09-11 13:08:28 +02:00
index.asciidoc Add enrich stats api (#46462) 2019-09-11 13:40:24 +02:00
put-enrich-policy.asciidoc [DOCS] Update "Enrich your data" tutorials (#46417) 2019-09-11 13:08:48 +02:00