Splunk users are assigned roles. Which of the following do roles determine?
How are the results of the following search sorted?
... | sort action, ---file, +bytes
Answer : B
Using a minus sign (-) for descending order and a plus sign (+) for ascending order. If no sign is specified, the default order is ascending.
Sorting by multiple fields in the order they are specified. If there are duplicate values in one field, the next field is used to break the tie.
Sorting by field values according to their types. If the field type is not specified, the sort command tries to automatically determine it.
Which of the following is the appropriately formatted SPL search?
Answer : A
This is the appropriately formatted SPL search because it follows the SPL syntax rules12, such as:
Using the=operator to specify field-value pairs, such asindex=securityandsourcetype=linux.
Using theORoperator to combine multiple values for the same field, such as(invalid OR failed).
Using the|character to separate commands, such asstats count as 'Potential Issues'.
Using theaskeyword to rename fields, such ascount as 'Potential Issues'.
Which of the following is the best description of Splunk Apps?
Answer : B
The best description of Splunk Apps is a collection of files that provide specific functionality or views of your data. Splunk Apps can be built by anyone, not only by Splunk employees. Splunk Apps are not only available for download on Splunkbase, but also can be created or customized by users. Splunk Apps are not available on iOS and Android, but rather on Splunk Enterprise or Splunk Cloud platforms.
What are the two most efficient search filters?
Which of the following statements describes a search job?
Answer : D
Explanation/Reference: Reference: https://answers.splunk.com/answers/329699/why-does-my-search-head-cluster-captain-start-dele- 1.html
When saving a search directly to a dashboard panel instead of saving as a report first, which of the following is
created?
Answer : C