Splunk SPLK-1001 - Splunk Core Certified User Exam
Page: 2 / 43
Total 212 questions
Question #6 (Topic: Single Topic)
When writing searches in Splunk, which of the following is true about Booleans?
A. They must be lowercase.
B. They must be uppercase.
C. They must be in quotations.
D. They must be in parentheses.
Answer: B
Question #7 (Topic: Single Topic)
Which of the following searches would return events with failure in index netfw or warn or critical in index netops?
A. (index=netfw failure) AND index=netops warn OR critical
B. (index=netfw failure) OR (index=netops (warn OR critical))
C. (index=netfw failure) AND (index=netops (warn OR critical))
D. (index=netfw failure) OR index=netops OR (warn OR critical)
Answer: B
Question #8 (Topic: Single Topic)
Select the answer that displays the accurate placing of the pipe in the following search string:
index=security sourcetype=access_* status=200 stats count by price
index=security sourcetype=access_* status=200 stats count by price
A. index=security sourcetype=access_* status=200 stats | count by price
B. index=security sourcetype=access_* status=200 | stats count by price
C. index=security sourcetype=access_* status=200 | stats count | by price
D. index=security sourcetype=access_* | status=200 | stats count by price
Answer: B
Question #9 (Topic: Single Topic)
Which of the following constraints can be used with the top command?
A. limit
B. useperc
C. addtotals
D. fieldcount
Answer: A
Question #10 (Topic: Single Topic)
When editing a dashboard, which of the following are possible options? (Choose all that apply.)
A. Add an output.
B. Export a dashboard panel.
C. Modify the chart type displayed in a dashboard panel.
D. Drag a dashboard panel to a different location on the dashboard.
Answer: C