diff --git a/tests/plugins/streaming/_core/bulk/stream.yaml b/tests/plugins/streaming/_core/bulk/stream.yaml index 7560ea715..a35c98f05 100644 --- a/tests/plugins/streaming/_core/bulk/stream.yaml +++ b/tests/plugins/streaming/_core/bulk/stream.yaml @@ -15,6 +15,15 @@ chapters: payload: - {create: {_index: movies}} - {director: Bennett Miller, title: Moneyball, year: 2011} + - synopsis: Update an index. + version: '>= 2.17' + path: /_bulk/stream + method: PUT + request: + content_type: application/x-ndjson + payload: + - {create: {_index: movies}} + - {director: Bennett Miller, title: Drive, year: 2011} - synopsis: Delete document in an index. version: '2.17' path: /_bulk/stream