Splunk Search

Create multiple eval fields with wilcards?

jweinstein
Engager

I'm attempting to calculate the deltas between a field and it's historical value. I use a subquery w/ appendcols to return the historical data and it is nicely in the form:

Group, field1, field2, field1_historical, field2_historical

I can create the deltas with:

 | eval field1_delta = field1 - field1_historical
 | eval field2_delta = field2 - field2_historical

This works but I'd like to generalize it:

| eval *_delta = * - *_historical 

but I get the error:

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

Any tips?

Tags (1)

gkanapathy
Splunk Employee
Splunk Employee

Sorry, no. You'll just have to type it out. You can try using a macro to shorten your typing, but you're still going to have to specify the field base names.

dwaddle
SplunkTrust
SplunkTrust

sbsbb, if this is something you need make sure your file an enhancement request about it.

0 Karma

sbsbb
Builder

I need this function too, hopefully it will come with next release of splunk

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

An alternative to typing them out, especially if the field names are dynamic, would be to write your own search command to do this task.

0 Karma
Get Updates on the Splunk Community!

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

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...