Skip to content

Instantly share code, notes, and snippets.

@drevell
Created November 15, 2013 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drevell/7490922 to your computer and use it in GitHub Desktop.
Save drevell/7490922 to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"filter": {
"range": {
"date_lastvisit_ts": {
"gte": "1382400000000",
"lte": "1382486400000"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment