Skip to content

Instantly share code, notes, and snippets.

@AviranAbady
Created September 5, 2021 10:00
Show Gist options
  • Save AviranAbady/612f9d5da8423cb0cda0d1b7058fa795 to your computer and use it in GitHub Desktop.
Save AviranAbady/612f9d5da8423cb0cda0d1b7058fa795 to your computer and use it in GitHub Desktop.
POST programs/_update_by_query
{
"script": {
"source": "ctx._source.stations=new ArrayList();"
},
"query": {
"match_all": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment