Splunk Search

Can I use an eval if statement to create a new field based on a value?

chadman
Path Finder

I would like to use an if statement to create a new field based on a value. Something like if field1=0 and field2=0, then create new field with value of 1.

0 Karma
1 Solution

gfreitas
Builder

splunkton
Path Finder

If you want to use case statement this may helps

search | eval newfield=case(field1=field2,1,1=1,0)

0 Karma

twinspop
Influencer
| eval newfield=if(field1=0 and field2=0,1,null)

gfreitas
Builder

Hi, you can use that. Follow an old question about it: https://answers.splunk.com/answers/10947/if-statement-with-multiple-tests.html

chadman
Path Finder

Perfect! thanks!

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

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