Hi,
I need to inject multiple logs in a common document according to a specific field value.
So, I specify document_id's value in elasticsearch plugin output.
But instead of adding fields after parsing logs it deletes existing fields (made from former logs) and add the current new fields, so I lose information.
Althought my fields has not the same name so it can't do overwritting.
How to prevent from deleting existing fields ?