How to install "set" ingest processor for an in-memory ElasticSearch (version 6.5.0) Node using Java

Viewed 11

I'm spinning up an in-memory ElasticSearch (version 6.5.0) Node, but when I issue a PutPipelineRequest that specifies a "set" processor, I get "No processor type exists with name [set]".

My guess is that an in-memory node doesn't automatically use a "set" processor. Is there a way, possibly a Plugin, that would install the processor?

0 Answers
Related