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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

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