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!

Observability | How to Think About Instrumentation Overhead (White Paper)

Novice observability practitioners are often overly obsessed with performance. They might approach ...

Cloud Platform | Get Resiliency in the Cloud Event (Register Now!)

IDC Report: Enterprises Gain Higher Efficiency and Resiliency With Migration to Cloud  Today many enterprises ...

The Great Resilience Quest: 10th Leaderboard Update

The tenth leaderboard update (11.23-12.05) for The Great Resilience Quest is out >> As our brave ...