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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...