elasticsearch/docs/reference/ingest/apis/enrich/index.asciidoc
James Rodewig c9e9685bfd
[DOCS] Add high-level docs for enrich processor and policies (#49194)
* [DOCS] Add high-level docs for enrich policies

* fix typos

* fix typo

* add warning for enrich policy changes

* add addtl cross-links to execute API docs

* Reword match and geo_match policy example headings
2019-11-19 13:56:51 -05:00

22 lines
627 B
Text

[[enrich-apis]]
== Enrich APIs
The following enrich APIs are available for managing <<enrich-policy,enrich
policies>>:
* <<put-enrich-policy-api>> to create or replace an enrich policy
* <<delete-enrich-policy-api>> to delete an enrich policy
* <<get-enrich-policy-api>> to return information about an enrich policy
* <<execute-enrich-policy-api>> to execute an enrich policy
* <<enrich-stats-api>> to get enrich-related stats
include::put-enrich-policy.asciidoc[]
include::delete-enrich-policy.asciidoc[]
include::get-enrich-policy.asciidoc[]
include::execute-enrich-policy.asciidoc[]
include::enrich-stats.asciidoc[]