Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. curl -XPOST localhost:9200/test/Materials/Steel/_update?pretty=true -d '
  2. {
  3. "lang": "groovy",
  4. "script_file": "updateDocument",
  5. "scripted_upsert":true,
  6. "params": {
  7. "update": {
  8. "foo": "bar"
  9. },
  10. "timestamp": 130
  11. }
  12. }'
  13.  
  14. Response:
  15. {
  16. "error" : "ActionRequestValidationException[Validation Failed: 1: script or doc is missing;]",
  17. "status" : 400
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement