Skip to content

Instantly share code, notes, and snippets.

@codyaray
Created February 2, 2016 19:07
Show Gist options
  • Save codyaray/83ccf0177535897a6bcb to your computer and use it in GitHub Desktop.
Save codyaray/83ccf0177535897a6bcb to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"query_string": {
"query": "event:purchase_confirmation",
"analyze_wildcard": true
}
},
"filter": {
"bool": {
"must": [
{
"query": {
"query_string": {
"query": "*",
"analyze_wildcard": true
}
}
},
{
"range": {
"timestamp": {
"gte": 1449255601903,
"lte": 1454439601903,
"format": "epoch_millis"
}
}
}
],
"must_not": []
}
}
}
},
"size": 0,
"aggs": {
"1": {
"sum": {
"field": "cards.value"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment