Guest User

Untitled

a guest
Mar 25th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1. {
  2.   "from": 0,
  3.   "size": 100,
  4.   "query": {
  5.     "bool": {
  6.       "must": [
  7.         {
  8.           "range": {
  9.             "lead_created_time": {
  10.               "from": "2019-02-01 00:00:00",
  11.               "to": "2019-03-01 00:00:00",
  12.               "format": "yyyy-MM-dd HH:mm:ss"
  13.             }
  14.           }
  15.         },
  16.         {
  17.           "match": {
  18.             "creator_cust_id": {
  19.               "query": "1107221321"
  20.             }
  21.           }
  22.         }
  23.       ]
  24.     }
  25.   },
  26.   "_source": {
  27.     "include": [
  28.         "creator_cust_id",
  29.         "creator.agent_name",
  30.         "creator.agent_team"
  31.     ]
  32.   }
  33. }
Add Comment
Please, Sign In to add comment