Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ description:
# type: request
value:
docs:
- _id: 123
- _id: '123'
_index: my-index
_source:
foo: bar
- _id: 456
- _id: '456'
_index: my-index
_source:
foo: rab
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ description:
value:
docs:
- _index: my-index
_id: 123
_id: '123'
_source:
foo: bar
- _index: my-index
_id: 456
_id: '456'
_source:
foo: rab
pipeline_substitutions:
Expand Down
Loading