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?