Splunk Search

Problem with transaction command

ChhayaV
Communicator

hi,
I want to find out transactions which does not satisfy endswith condition

This is my search
index=tm_idx host="server" sourcetype="TM_Test_10" | transaction startswith="Start Session" endswith="server is coming down"

Thanks and Regards

Tags (2)
0 Karma

sowings
Splunk Employee
Splunk Employee

Add in | search closed_txn=0 to the end.

Note that there are lots of other ways that this query might be written; more detail is requested.

sowings
Splunk Employee
Splunk Employee

You might also make your search more efficient by having the initial search only search for the relevant events instead of all of them:

index=tm_idx host="server" sourcetype="TM_Test_10" ("Start Session" OR "server is coming down")

0 Karma

sowings
Splunk Employee
Splunk Employee

Can you provide more detail, with some sample events? How much time might exist between these events? When you run the search, do you get a message saying that some of the events were evicted (blue banner)?

Have you tried the tips here?

http://answers.splunk.com/answers/445/finding-uncompleted-transactions

0 Karma

ChhayaV
Communicator

hi its giving me no results found

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!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...