Splunk Search

Problem with a wildcard in a field name

terryloar
Path Finder

This works: | chart count(eval(file_date="invalid")) AS "Invalid Date Syntax"
It returns "6"

This doesn't work: | chart count(eval(*_date="invalid")) AS "Invalid Date Syntax"
It returns "0"

The documentation sez its suppose to work.

Any ideas?

Tags (1)
0 Karma

dart
Splunk Employee
Splunk Employee

Does this work:

 | chart count(eval(searchmatch("*_date=\"invalid\""))) AS "Invalid Date Syntax"
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What doc would that be? I'd have expected eval to treat the asterisk as multiplication.

0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...