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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...