SPLK-1002 Exam Question 106
Which of the following statements about data models and pivot are true? (select all that apply)
SPLK-1002 Exam Question 107
Which is not a comparison operator in Splunk
SPLK-1002 Exam Question 108
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?
... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2) Which of the following is the equivalent using fillnull?
SPLK-1002 Exam Question 109
Which of the following workflow actions can be executed from search results? (select all that apply)
SPLK-1002 Exam Question 110
Which of the following statements describes macros?
