Is there a way to include the original _id of the doc that triggered an alert in the metadata of a detection? When working IR, we would like to efficiently trace an alert to an event.
I can create a filter based off of several attributes of the detection (host, imphash, timestamp, etc) and eventually narrow it down to a single event but in an effort to orchestrate IR, it would make more sense to search for the originating _id of the doc.
Am I missing something or do we need to approach this differently?