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
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...