Skip to content

Commit

Permalink
Added autocompletion for update by query (elastic#67741) (elastic#67849)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jloleysens and elasticmachine authored Jun 2, 2020
1 parent cae1831 commit 8e2a34f
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"update_by_query": {
"data_autocomplete_rules": {
"conflicts": "",
"query": {
"__scope_link": "GLOBAL.query"
},
"script": {
"__template": {
"source": "",
"lang": "painless"
},
"__scope_link": "GLOBAL.script"
}
}
}
}

0 comments on commit 8e2a34f

Please sign in to comment.