Skip to content

Instantly share code, notes, and snippets.

@weihanchen
Last active January 17, 2018 05:37
Show Gist options
  • Save weihanchen/b719677975df34c22c9ee7a72e3293c7 to your computer and use it in GitHub Desktop.
Save weihanchen/b719677975df34c22c9ee7a72e3293c7 to your computer and use it in GitHub Desktop.
elasticsearch
GET logs*/_search
{
"aggs": {
"customerPhoneNo": {
"terms": {
"field": "customerPhoneNo",
"size": 10000,
"include": ["00000000", "0423382656"]
},
"aggs": {
"_index": {
"terms": {
"field": "_index",
"size": 10000
},
"aggs": {
"doc_id": {
"terms": {
"field": "_uid",
"size": 100000
}
}
}
}
}
}
},
"size": 0
}
GET stored-query/.percolator/_mpercolate?source=title
{"percolate" : {"index" : "logs-2016.07.07", "type" : "amiast", "id":"B95F18EFB979576AA5B5-C5092F232E42B165-DD83E4C8BE1-3469885D0000083B68F75371"}}
{}
{"percolate" : {"index" : "logs-2016.05.09", "type" : "amiast", "id":"B95F18E1B979AC65B63F-9034C536E07A22BD-EB4AD5AB361-4EB626AC0000079327194043"}}
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment