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!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...