Given the following SPL search, how many rows of results would you expect to be returned by default? index=security sourcetype=linux_secure (fail* OR invalid) I top src__ip
A. 10
B. 50
C. 100
D. 20
Splunk shows data in __________________.
A. ASCII Character order.
B. Reverse chronological order.
C. Alphanumeric order.
D. Chronological order.
What are Splunk alerts based on?
A. Dashboards
B. Searches
C. Webhooks
D. Reports
It is no possible for a single instance of Splunk to manage the input, parsing and indexing of machine data.
A. True
B. False
Splunk apps are used for following (Choose three.):
A. Designed to cater numerous use cases and empower Splunk.
B. We can not install Splunk App.
C. Allows multiple workspaces for different use cases/user roles.
D. It is collection of different Splunk config files like data inputs, UI and Knowledge Object.
Which statement is true about the top command?
A. It returns the top 10 results
B. It displays the output in table format
C. It returns the count and percent columns per row
D. All of the above
What result will you get with following search index=test sourcetype="The_Questionnaire_P*" ?
A. the_questionnaire _pedia
B. the_questionnaire pedia
C. the_questionnaire_pedia
D. the_questionnaire Pedia
At the time of searching the start time is 03:35:08.
Will it look back to 03:00:00 if we use -30m@h in searching?
A. Yes
B. No
Which search string returns a filed containing the number of matching events and names that field Event Count?
A. index=security failure | stats sum as "Event Count"
B. index=security failure | stats count as "Event Count"
C. index=security failure | stats count by "Event Count"
D. index=security failure | stats dc(count) as "Event Count"
Which component of Splunk is primarily responsible for saving data?
A. Search Head
B. Heavy Forwarder
C. Indexer
D. Universal Forwarder