Q1. What is required for a macro to accept three arguments?
A.The macro's name ends with (3).
B. The macro's name starts with (3).
C. The macro's argument count setting is 3 or more.
D. Nothing, all macros can accept any number of arguments.
Correct Answer: A
Q2. When creating an event type, which is allowed in the search string?
A.Tags
B. Joins
C. Subsearches
D. Pipes
Correct Answer: C
Q3. Which of the following is included with the Common Information Model (CIM) add-on?
A.Search macros
B. Event category tags
C. Workflow actions
D. tsidx files
Correct Answer: B
Q4. When using the timechart command, what optional argument is used to specify the interval of _time?
A.bin
B. by
C. span
D. over
Correct Answer: C
Q5. 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?
A.... | fillnull values=(0,'NO-VALUE') fields=(field1,field2)
B. There is no equivalent expression using fillnull
C. ... | fillnull field1 | fillnull value='NO-VALUE' field2
D. ... | fillnull value=0 field1 | fillnull field2
Correct Answer: D
$ 39
Reviews
There are no reviews yet.