kafka-connect-elasticsearch icon indicating copy to clipboard operation
kafka-connect-elasticsearch copied to clipboard

Support for ES ingest pipelines

Open clemgrim opened this issue 2 years ago • 0 comments

Would it be possible to support ingest pipelines, in case we want to add additional logic before indexing the document?

Currently, I have to consume the messages from topic A and write to a new topic B that will be sent to ES. I'd rather use ES pipelines for this.

clemgrim avatar Nov 19 '22 20:11 clemgrim