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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...