Hi,
I am using enrich processor to enrich some fields from the already existing Index in elasticsearch.
The problem is, if the enrich processor does not find any match, it skips the document.
I want to ingest both matched and unmatched documents into elastic search.
Please let me know whether this is possible. If yes, then please guide me.