ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 12 - SPLK-5001 discussion

Report
Export

When threat hunting for outliers in Splunk, which of the following SPL pipelines would filter for users with over a thousand occurrences?

A.
| sort by user | where count > 1000
Answers
A.
| sort by user | where count > 1000
B.
| stats count by user | where count > 1000 | sort - count
Answers
B.
| stats count by user | where count > 1000 | sort - count
C.
| top user
Answers
C.
| top user
D.
| stats count(user) | sort - count | where count > 1000
Answers
D.
| stats count(user) | sort - count | where count > 1000
Suggested answer: B
asked 23/09/2024
Miguel Seron Blasco
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first