Splunk Search

Capture Active transactions

hariram159
Explorer

Hi Everyone,

I am trying to capture active sessions with transaction command but unsuccessful, searched answers.splunk.com i didnt get a solution for me which is working...

|transaction ipaddr host startwith="login.jsp" - gives me all transactions
|transaction ipaddr host startwith="login.jsp" endswith="logout.jsp" - gives me all completed transactions

almost tried all solutions given in answers.splunk.com except eventtype, need to try with that...

Any solutions with out having lookup tables ??

Tags (1)
0 Karma

hariram159
Explorer

Hi All,

can any one give me the solution ?

0 Karma

hariram159
Explorer

Any solutions please for a straight forward requirement.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Maybe transaction is not the tool for this job. This query will return the most recent of the logins and logouts for each ipaddr/host pair, which should find the 'logins' without a matching 'logout'.

index=foo ("login.jsp" OR "logout.jsp") | dedup ipaddr host | ...
---
If this reply helps you, Karma would be appreciated.
0 Karma

hariram159
Explorer

event type not working with transaction, not only transaction with any subsearch

0 Karma

hariram159
Explorer

hi richgalloway,

Thanks for answering. from the solution you suggested i am missing below two:

transactions of user/ip from login to logout
events that are generated are unknown they are active/inactive

Thanks.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Active sessions are those ipaddr/host pairs that have a 'login'; inactive sessions will show a 'logout'.

Your OP did not mention needing all transactions between login and logout.

---
If this reply helps you, Karma would be appreciated.
0 Karma

hariram159
Explorer

Hi richgalloway,

i have just seen again keeping your solution to get active login sessions, it gives me login.jsp transactions of which are completed, even we cant get count of active sessions also with this solution as per the output of the command.

Thanks.

0 Karma

hariram159
Explorer

yes i need events of active sessions as i mentioned i am trying to capture active sessions which means those events. 🙂

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Break the Build: Inside the KubeDoom Lounge at .conf26

    You step up to the machine. The pixelated corridors of a certain 1993 FPS load in front of you, EMP Pulse ...

Splunk Auto Ingestion Parallel Pipeline Scaling

Why this feature matters Many Splunk environments experience ingestion pressure long before the host is fully ...

Best Practices: Splunk auto adjust pipeline queue

When you enable autoAdjustQueue in Splunk, maxSize should be understood as the queue size Splunk starts with ...