Solved

Which Search String Returns a Filed Containing the Number of Matching

Question 110

Multiple Choice

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"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions