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!

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