Splunk Search

Is it possible to search for a value in ALL columns?

akke
Explorer

I have a known value (eg. "rabbit") that I want to search for but it is in a unknown column in a large csv.

Is it possible to do something like:

index = "index"
| where * == "rabbit"

"*" being a wildcard of sorts.

Tags (3)
0 Karma
1 Solution

493669
Super Champion

You can search it within base search like below-

index = "index" "rabbit"

View solution in original post

493669
Super Champion

You can search it within base search like below-

index = "index" "rabbit"
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 ...