Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.21 KB | None | 0 0
  1. GET captureme_attributes/_search
  2. {
  3.    
  4.   "query": {
  5.     "bool": {
  6.       "filter": {
  7.         "term": {
  8.           "project_id": "1",
  9.           "created": "max date only"
  10.         }
  11.       }
  12.     }
  13.   },
  14.    
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement