Skip to content

Commit

Permalink
use index api
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Dec 19, 2024
1 parent 4c4318c commit 4d47c7a
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2036,14 +2036,12 @@ create index with use_synthetic_source:
- is_true: test.settings.index.recovery.use_synthetic_source

- do:
bulk:
index:
index: test
id: 1
refresh: true
body:
- '{ "create": { } }'
- '{ "field": "aaaa" }'
- '{ "create": { } }'
- '{ "field": "bbbb" }'
body: { foo: bar }
- match: { _version: 1 }

- do:
indices.disk_usage:
Expand Down

0 comments on commit 4d47c7a

Please sign in to comment.