Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "size": 0,
- "query": {
- "filtered": {
- "query": {
- "query_string": {
- "query": "supplier_id:1151",
- "analyze_wildcard": true
- }
- },
- "filter": {
- "bool": {
- "must": [
- {
- "range": {
- "@timestamp": {
- "gte": 1430953200000,
- "lte": 1431039599999
- }
- }
- }
- ],
- "must_not": []
- }
- }
- }
- },
- "aggs": {
- "3": {
- "cardinality": {
- "field": "ip_address"
- }
- }
- }
- }
- ///////RESPONSE Uniques = 112019
- {
- "took": 111,
- "timed_out": false,
- "_shards": {
- "total": 205,
- "successful": 205,
- "failed": 0
- },
- "hits": {
- "total": 1214740,
- "max_score": 0,
- "hits": []
- },
- "aggregations": {
- "3": {
- "value": 112019
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment