mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
22 lines
605 B
Plaintext
22 lines
605 B
Plaintext
[[enrich-apis]]
|
|
== Enrich APIs
|
|
|
|
The following enrich APIs are available for managing enrich policies:
|
|
|
|
* <<put-enrich-policy-api>> to add or update 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[]
|