Hey!
Our team heavily relies on traces and I wondered if there was a way to set the task_id of the elastic query to be the traceId from the services that made the request for troubleshooting purposes (long running tasks specifically).
This would help us figure out what user made the request, in what application (as many applications use our API), etc.
I didn't find a way to achieve this, but maybe there's a workaround?
We figured we can put the traceId in the query under "excludeFields", but that's a little awkward.