mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
29 lines
769 B
Text
29 lines
769 B
Text
[role="xpack"]
|
|
[[enrich-apis]]
|
|
== Enrich APIs
|
|
|
|
.New API reference
|
|
[sidebar]
|
|
--
|
|
For the most up-to-date API details, refer to {api-es}/group/endpoint-enrich[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[]
|