mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 18:33:26 -04:00
* [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
22 lines
627 B
Text
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[]
|