Splunk Search

select query based on unique id

anshumishra
New Member

Hi,
I have a log where the, app logs the various steps for a unique opertaion id (id below) ->
......
ts=1318861839975,name=stepOne,type=typeOne,id=a30a2286-1318861839810
ts=1318861845825,name=stepTwo,type=typeOne,id=a30a2286-1318861839810
......

It is possible that the stepTwo is not logged in case of some failure or there may be more failure steps (say stepThree), which we want to discard.
How can I do a select query, so that only the entries(id) which have both the steps (stepOne and stepTwo) logged, are displayed ?

Tags (2)
0 Karma

Ayn
Legend

Use transaction to combine events with the same id, then search for transactions that have both the values "stepOne" and "stepTwo" in the name field.

... | transaction id | search name="stepOne" AND name="stepTwo"

Ayn
Legend

Awesome! Could you please mark my answer as accepted? That way it will be shown clearly on the site that you got the help you needed for this question. Thanks!

0 Karma

anshumishra
New Member

Thanks Ayn !
That is what I wanted.I am new to this stuff, so I'll probably be asking some simple stuffs (after searching through the forum ofcourse), till I get hold of it.

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!

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...