List of questions
Related questions
Question 14 - SPLK-5001 discussion
An analyst is investigating the number of failed login attempts by IP address. Which SPL command can be used to create a temporary table containing the number of failed login attempts by IP address over a specific time period?
A.
index=security_logs eventtype=failed_login | eval count as failed_attempts by src_ip | sort -failed_attempts
B.
index=security_logs eventtype=failed_login | transaction count as failed_attempts by src_ip | sort -failed_attempts
C.
index=security_logs eventtype=failed_login | stats count as failed_attempts by src_ip | sort -failed_attempts
D.
index=security_logs eventtype=failed_login | sum count as failed_attempts by src_ip | sort -failed_attempts
Your answer:
0 comments
Sorted by
Leave a comment first