Splunk Enterprise

Compare the field values

kirrusk
Communicator

Hi,

I'm trying to find ,if any one of the fields having specific value (here values is No) then create a field with that value.

for example, 

Field1   Field2    Result field

Yes          No               No

No           Yes              No

No           No               No

Yes         Yes               N/A

 

Please suggest how can I achieve this.

Labels (1)
0 Karma

thambisetty
SplunkTrust
SplunkTrust
| eval Result=if(Field1="No" OR Field2="No","No","NA")
————————————
If this helps, give a like below.
0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...