Skip to content

Instantly share code, notes, and snippets.

@itayw
Created June 29, 2015 15:27
Show Gist options
  • Save itayw/79497c5aa592ba50533d to your computer and use it in GitHub Desktop.
Save itayw/79497c5aa592ba50533d to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"query_string": {
"query": "categoryBehavior:\"/Authorization*\" OR categoryBehavior:\"/Authentication*\" -(categoryBehavior:\"/Authorization/Verify\") -(categoryBehavior:\"/Authentication/Verify\")",
"analyze_wildcard": true
}
},
"filter": {
"bool": {
"must": [
{
"query": {
"term": {
"eventId": "21785"
}
}
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment