Using an ingest pipeline from logstash to update a document

Hello,

I'm trying using an ingest pipeline from logstash to grok some fields.

It works correctly with "action => "index"", but not when action => "update" doc_as_upsert => "true"

Is this the correct way to have the pipeline invoked and the document updated?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.