The idea is to send the record to ES using the output filter, this works great, but there is posibility to obtain the document id after to continue with other enrichment pipeline triggered by, for example a kafka output? at the end, the result should be an update based in the document key, and the original document hasn't a good pattern to construct the _id in order to make a query in the second pipeline. (...and I want to follow this tip and this) ... should I generate a uuid with a filter? but it resolves an uuid-4
thanks for the lights.