Splunk Search

how to filter events grouped by the transaction command by a keyword in the grouping

ebailey
Communicator

I can group the correct events into a transaction using the transaction command but now I need to be able to narrow the result by a keywork in the group but I cannot get that right.

example

host=*** minutesago=5 | transunion startswith="START" endswith="END" "keyword"

When I add a keyword to the end of the query all I get is START and END grouped together and nothing else.

Any ideas?

Thanks

Tags (1)
0 Karma
1 Solution

kristian_kolb
Ultra Champion
host=xxx earliest=-5m | transaction startswith=Y endswith=Z | search keyword

View solution in original post

kristian_kolb
Ultra Champion
host=xxx earliest=-5m | transaction startswith=Y endswith=Z | search keyword

ebailey
Communicator

perfect! Thanks

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...