You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are event.action = "auth-logon/auth-logout" in expected test files but ECS fields important for SIEM like
event.category missing and event.action should be renamed to be ECS compliant.
Successful authentication message should have fields:
event.category = "authentication"
event.action = "logged-in"
event.outcome = "success"
Failed authentication message should have fields:
event.category = "authentication"
event.action = "logon-failed"
event.outcome = "failure"
Describe a specific use case for the enhancement or feature:
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
There are event.action = "auth-logon/auth-logout" in expected test files but ECS fields important for SIEM like
event.category missing and event.action should be renamed to be ECS compliant.
Successful authentication message should have fields:
Failed authentication message should have fields:
Describe a specific use case for the enhancement or feature:
The text was updated successfully, but these errors were encountered: