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!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...