Skip to content

Instantly share code, notes, and snippets.

@kputland
kputland / 3.0.0
Created May 20, 2014 15:46
kibana stats panel not filtering old count
curl -XGET 'http://localhost:9200/logstash-2014.05.20/_search?pretty' -d '{
"facets": {
"0": {
"query": {
"filtered": {
"query": {
"query_string": {
"query": "@fields._call_type:INTL"
}
},