Splunk Search

I want to use wildcard in eval min command as given below:

nkankur
Path Finder
| eval MIN_VAL=min(FIELDS*)

I getting below error,

Error in 'eval' command: The expression is malformed. An unexpected character is reached at ')'.

Please help me in accomplishing this task!

Thanks in Advance 🙂

Tags (1)
0 Karma
1 Solution

HiroshiSatoh
Champion

Try this!

(your search) |eval MIN_VAL=※FIELDS_first
|foreach FIELDS* [eval MIN_VAL=if(MIN_VAL>'<<FIELD>>','<<FIELD>>',MIN_VAL)]

Please change FIELDS_first

View solution in original post

HiroshiSatoh
Champion

Try this!

(your search) |eval MIN_VAL=※FIELDS_first
|foreach FIELDS* [eval MIN_VAL=if(MIN_VAL>'<<FIELD>>','<<FIELD>>',MIN_VAL)]

Please change FIELDS_first

nkankur
Path Finder

Thanks a lot! It is working! 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...