SplunkSplunk
SPLK-1002 · Question #284
SPLK-1002 Question #284: Real Exam Question with Answer & Explanation
Sign in or unlock SPLK-1002 to reveal the answer and full explanation for question #284. The question stem and answer options stay visible for context.
Creating Field Aliases and Calculated Fields
Question
Given the following eval statement: ... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2) Which of the following is the equivalent using fillnull?
Options
- A... | fillnull values=(0,"NO-VALUE") fields=(field1,field2)
- BThere is no equivalent expression using fillnull
- C... | fillnull field1 | fillnull value="NO-VALUE" field2
- D... | fillnull value=0 field1 | fillnull field2
Unlock SPLK-1002 to see the answer
You've previewed enough free SPLK-1002 questions. Unlock SPLK-1002 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#fillnull#eval#null handling#field modification