Splunk Search

Help with eval (if)

efelder0
Communicator

I need some assistance with the eval (if) function. I have a CSV file that has been indexed with 100 records. In that CSV, there is a field (fieldX) that has values ranging 1-100. In my output, I only want to return records where fieldX is greater than or equal to 4.

I think the eval with IF function would work here. Maybe something like eval field1=if(fieldX <= 4, "1", "0")

Any suggestions would greatly be appreciated.

thx

Tags (1)
0 Karma
1 Solution

Ayn
Legend

Not sure if you actually need to use eval - if you only want to include the results where fieldX is greater than or equal to 4, couldn't you include it as a regular search filter?

... | search fieldX>=4

View solution in original post

Ayn
Legend

Not sure if you actually need to use eval - if you only want to include the results where fieldX is greater than or equal to 4, couldn't you include it as a regular search filter?

... | search fieldX>=4

efelder0
Communicator

yes, that seems to work fine. 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 ...