Answer the question
In order to leave comments, you need to log in
How to aggregate events by id?
Records (events) combined by trid (transaction id) get into elastic from the application logs:
{
trid: 10005333969
service: "test"
message: "Request start"
},
{
trid: 10005333969
message: "Some inner log 1"
},
...
{
trid: 10005333969
message: "Some inner log N"
},
{
trid: 10005333969
duration: 0.123
message: "Request end"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question