Skip to content

Instantly share code, notes, and snippets.

@jayswan
Created March 1, 2015 03:08
Show Gist options
  • Save jayswan/c04eee5287cc7cbc5ea1 to your computer and use it in GitHub Desktop.
Save jayswan/c04eee5287cc7cbc5ea1 to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{
"term": {
"EventID": 4728
}
},
{
"term": {
"TargetUserName.raw": "Domain Admins"
}
}
]
}
},
"query": {
"match_all": {}
}
}
},
"sort": [
"@timestamp"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment