Advertisement
Guest User

job_id_agg

a guest
Apr 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.13 KB | None | 0 0
  1. GET _search
  2. {
  3.  
  4.   "aggs": {
  5.     "distinct_id_count": {
  6.       "terms": {
  7.         "field": "job_id"
  8.       }
  9.      
  10.     }
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement