Heather Halter 8ed9a9505b
More redirect fixes - index and ingestion APIs (#3975)
* more redirect fixes to index and ingest apis

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* one more

Signed-off-by: Heather Halter <hdhalter@amazon.com>

---------

Signed-off-by: Heather Halter <hdhalter@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-04 10:44:02 -07:00

825 B

layout title has_children nav_order redirect_from
default Ingest APIs true 40
/opensearch/rest-api/ingest-apis/index/

Ingest APIs

Before you index your data, OpenSearch's ingest APIs help transform your data by creating and managing ingest pipelines. Pipelines consist of processors, customizable tasks that run in the order they appear in the request body. The transformed data appears in your index after each of the processor completes.

Ingest pipelines in OpenSearch can only be managed using ingest API operations. When using ingest in production environments, your cluster should contain at least one node with the node roles permission set to ingest. For more information on setting up node roles within a cluster, see Cluster Formation.