Which stats function is used to return a sorted list of unique field values?
A. values
B. sum
C. count
D. list
A report named "Linux logins" populates a summary index with the search string sourcetype=linux_secure| sitop src_ip user. Which of the following correctly searches against the summary index for this data?
A. index=summary sourcetype="linux_secure" | top src_ip user
B. index=summary search_name="Linux logins" | top src_ip user
C. index=summary search_name="Linux logins" | stats count by src_ip user
D. index=summary sourcetype="linux_secure" | stats count by src_ip user
What default Splunk role can use the Log Event alert action?
A. Power
B. User
C. can_delete
D. Admin
Which commands can run on both search heads and indexers?
A. Transforming commands
B. Centralized streaming commands
C. Dataset processing commands
D. Distributable streaming commands
which function of the stats command creates a multivalue entry?
A. mvcombine
B. eval
C. makemv
D. list
what is the result of the xyseries command?
A. To transform single series output into a multi-series output
B. To transform a stats-like output into chart-like output.
C. To transform a multi-series output into single series output.
D. To transform a chart-like output into a stats-like output.
What is returned when Splunk finds fewer than the minimum matches for each lookup value?
A. The default value NULL until the minimum match threshold is reached.
B. The default match value until the minimum match threshold Is reached.
C. The first match unless the time_field attribute is specified.
D. Only the first match.
What XML element is used to pass multiple fields into another dashboard using a dynamic drilldown?
A.
B.
C.
D.
Which syntax is used when referencing multiple CSS files in a view?
A.
B.
C.
D.
What is the correct hierarchy of XML elements in a dashboard panel?
A.
B.
C.
D.