Splunk Search

Please help me understand Eval function query

aaa2324
Explorer
  • Please help to understand the logic of below query 
  • eval count=if(isnull(count), -1,count)
Labels (1)
0 Karma

JacekF
Path Finder

If count value is null set count value to -1, use the count value otherwise (i.e. if count value is not null do not change it).

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

This is the same as 

| fillnull value=-1 count

or 

| eval count=coalesce(count,-1)

 

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...