Ingest pipelines support

How are ingest pipelines supported in OpenSearch? What types of processors can I use? Is it possible to use enrich processor?

you can view es document of ingest processor. they are same. :wink:

Enrich processor marked as X-pack in Elasticsearch documentation. Does this mean that it is not supported in OpenSearch?

OpenSearch seems no Enrich processor
{
“error” : {
“root_cause” : [
{
“type” : “parse_exception”,
“reason” : “No processor type exists with name [enrich]”,
“processor_type” : “enrich”
}
],
“type” : “parse_exception”,
“reason” : “No processor type exists with name [enrich]”,
“processor_type” : “enrich”
},
“status” : 400
}

Hello,

Found this post related to enrich processor: Enrich processor