Exam Name: | Splunk Core Certified Power User Exam | ||
Exam Code: | SPLK-1002 Dumps | ||
Vendor: | Splunk | Certification: | Splunk Core Certified Power User |
Questions: | 285 Q&A's | Shared By: | louise |
Which of the following statements would help a user choose between the transaction and stats commands?
A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window
in the user's Splunk instance. What kind of workflow action should they create?
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?