@@ -1,5 +1,5 @@
---
-"Update a document using update-by-query":
+"Update a document using update_by_query":
- do:
ingest.put_pipeline:
id: "test_ingest"
@@ -25,7 +25,7 @@
indices.refresh: {}
- update-by-query:
+ update_by_query:
index: twitter
refresh: true
pipeline: test_ingest
@@ -29,7 +29,7 @@
index: test
scroll_size: 1
requests_per_second: 1
index:
@@ -10,7 +10,7 @@
body:
@@ -46,7 +46,7 @@
@@ -91,7 +91,7 @@
@@ -114,7 +114,7 @@
catch: /Invalid fields added to ctx \[junk\]/
script:
@@ -133,7 +133,7 @@
catch: /Modifying \[_id\] not allowed/
@@ -11,7 +11,7 @@
catch: request
catch: request_timeout
search_timeout: 10ms
index: source
query:
@@ -192,7 +192,7 @@
"scroll_size": {
"type": "integer",
"defaut_value": 100,
- "description": "Size on the scroll request powering the update-by-query"
+ "description": "Size on the scroll request powering the update_by_query"
},
"wait_for_completion": {
"type" : "boolean",