View difference between Paste ID: 4kHJiL9t and s1kWtntm
SHOW: | | - or go back to the newest paste.
1
{
2
  "size": 0,
3
  "query": {
4
    "filtered": {
5
      "query": {
6
        "query_string": {
7
          "query": "supplier_id:1151",
8
          "analyze_wildcard": true
9
        }
10
      },
11
      "filter": {
12
        "bool": {
13
          "must": [
14
            {
15
              "range": {
16
                "@timestamp": {
17
                  "gte": 1430953200000,
18
                  "lte": 1431039599999
19
                }
20
              }
21
            }
22
          ],
23
          "must_not": []
24
        }
25
      }
26
    }
27
  },
28
  "aggs": {
29
    "3": {
30
      "cardinality": {
31
        "field": "ip_address"
32
      }
33
    }
34
  }
35
}
36
37
38
39-
///////RESPONSE
39+
///////RESPONSE Uniques = 112019
40
41
42
{
43
  "took": 111,
44
  "timed_out": false,
45
  "_shards": {
46
    "total": 205,
47
    "successful": 205,
48
    "failed": 0
49
  },
50
  "hits": {
51
    "total": 1214740,
52
    "max_score": 0,
53
    "hits": []
54
  },
55
  "aggregations": {
56
    "3": {
57
      "value": 112019
58
    }
59
  }
60
}