Skip to content

Commit

Permalink
Fix windows agent dashboard doesn't show failure logon access
Browse files Browse the repository at this point in the history
  • Loading branch information
adri9valle authored and pablotr9 committed Aug 5, 2019
1 parent f7cbbe5 commit d38d088
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -107,7 +107,7 @@ export default [
"value": "authentication_failed, authentication_failures",
"params": [
"authentication_failed",
"authentication_failures"
"win_authentication_failed"
],
"negate": false,
"disabled": false,
Expand All @@ -123,7 +123,7 @@ export default [
},
{
"match_phrase": {
"rule.groups": "authentication_failures"
"rule.groups": "win_authentication_failed"
}
}
],
Expand Down

0 comments on commit d38d088

Please sign in to comment.