Splunk Core Certified Power User Exam SPLK-1002 Question # 81 Topic 9 Discussion

Splunk Core Certified Power User Exam SPLK-1002 Question # 81 Topic 9 Discussion

SPLK-1002 Exam Topic 9 Question 81 Discussion:
Question #: 81
Topic #: 9

Given the following eval statement:

...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull, "NO-VALUE", fieid2)

Which of the following is the equivalent using f ilinull?


A.

There is no equivalent expression using f ilinull


B.

... t filinull values=(0,"NO-VALUE") fields=(fieldl,field2)


C.

... I filinull value=0 fieldl I fillnull fields


D.

... I fillnull fieldl I filinull value="NO-VALUE" field2


Get Premium SPLK-1002 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.