Link Search Menu Expand Document Documentation Menu

You're viewing version 3.7 of the OpenSearch documentation. This version is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

Ingest APIs

Introduced 1.0

Ingest APIs are a valuable tool for loading data into a system. Ingest APIs work together with ingest pipelines and ingest processors to process or transform data from a variety of sources and in a variety of formats.

Ingest pipeline APIs

Simplify, secure, and scale your OpenSearch data ingestion with the following APIs:

Required permissions

If you use the Security plugin, make sure you have the appropriate permissions. The following permissions are required for this API:

  • cluster:admin/ingest/pipeline/get: Required for getting pipelines
  • cluster:admin/ingest/pipeline/put: Required for creating or updating pipelines
  • cluster:admin/ingest/pipeline/delete: Required for deleting pipelines
350 characters left

Have a question? .

Want to contribute? or .