All Apps and Add-ons

Splunk Agent logs do not have unique identifier to differentiate multiple jdbc executeQuery entry and exits in the same thread

ravinukala
New Member
  1. Tomcat java web app talking to oracle database.
  2. While inserting/updating the database as a part of same thread, there is no unique identifier to correlate the multiple entry/exit for the methods.
0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

The timestamp of the when the executeQuery method was entered should be unique within the same thread ID and should give you the uniqueness you require for your SPL searches.

View solution in original post

0 Karma

Damien_Dallimor
Ultra Champion

The timestamp of the when the executeQuery method was entered should be unique within the same thread ID and should give you the uniqueness you require for your SPL searches.

0 Karma

ravinukala
New Member

Yes but i need to calculate the time taken by the method (Time taken by the query). If there are two entries and two exits, how do i correlate the entry and exit ... timestamp doesnt help in that case.

Say
1 - executeQuery - method_entry
2 - executeQuery - method_exit
3 - executeQuery - method_entry
4 - executeQuery - method_exit

in the above case, how do i know which method_exit is for #1 (is it #2 or #4)

0 Karma

Damien_Dallimor
Ultra Champion

Well , if they are all traced under the same thread ID , execution will be synchronous and sequential within the thread , ergo , the method_exit for method_entry 1 will be the first method_exit in order of timestamps, and so on.

0 Karma

ravinukala
New Member

Great.. thanks for that mate ...

0 Karma
Get Updates on the Splunk Community!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...