Skip to content

Instantly share code, notes, and snippets.

@kkroesch
Last active August 29, 2015 14:24
Show Gist options
  • Save kkroesch/a1f4095cc619412d83c5 to your computer and use it in GitHub Desktop.
Save kkroesch/a1f4095cc619412d83c5 to your computer and use it in GitHub Desktop.
time-range
{
"query": {
"bool": {
"must": [
{
"range": {
"_default_.nf_f_event_time_msec": {
"from": "1436140797628",
"to": "1436140797628"
}
}
}
],
"must_not": [ ],
"should": [ ]
}
},
"from": 0,
"size": 50,
"sort": [ ],
"facets": { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment