Splunk Search

How do you merge multi-threaded (non-consecutive) log entries into events?

kpattison
New Member

I have a multi-threaded application in Glassfish. A single event generates multiple lines of logging but multiple events can happen simultaneously causing logging to alternate between one event and another. Each event though will be on a distinct thread ID in the logs.

Is it possible to search for a string and have all the lines withing the min before and after that are on the same thread ID merged to be the one event?

Tags (3)
0 Karma

bgaignon
Path Finder

Not sure to understand but maybe transaction can help.

index=glassfish | transaction id_thread keepevicted=true

Transaction consume a lot of resources so reduce the time range.
Every events with the same id_thread will be concat to one.

0 Karma

kpattison
New Member

Can I assume that this is not possible in Splunk?

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...