Splunk Search

fieldformat individually is a pain

NickJLange
Explorer

Related to my previous question on arbitrary lists of variables...

sum(CPU*) seems to pull off an interesting trick of
1.) enumerating all possible variables starting with CPU

Is there anyway to template their output name sum(CPU*) as CPU$BLAH$

which then leads to any way to do this en-masse for fieldformat?

right now I'm using excel to generate the field list... which is slightly complex and painful. Would love something simple/elegant...

0 Karma

sundareshr
Legend

You could try this

| stats sum(CPU*) AS CPU* | foreach CPU* [ eval <<FIELD>>= tostring(<<FIELD>>, "commas") ]
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

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, ...