Skip to content

Instantly share code, notes, and snippets.

@stevedomin
Created February 9, 2012 13:48
Show Gist options
  • Save stevedomin/1780120 to your computer and use it in GitHub Desktop.
Save stevedomin/1780120 to your computer and use it in GitHub Desktop.
Requête ES pour referer
{
"query": {
"bool": {
"must": [
{
"term": {
"cs_s_kid": "887911"
}
}
]
}
},
"facets": {
"histo1": {
"date_histogram": {
"field": "date",
"interval": "day"
}
},
"tags": {
"terms": {
"field": "referer",
"size": 30
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment