Skip to content

Commit

Permalink
Avoiding using the _template API in an iangest-common yaml rest test
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Oct 9, 2023
1 parent 2292406 commit 1e60374
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,13 @@ teardown:
"Test Change Target Index with Default Pipeline":

- do:
indices.put_template:
indices.put_index_template:
name: index_template
body:
index_patterns: test
settings:
default_pipeline: "retarget"
template:
settings:
default_pipeline: "retarget"

- do:
ingest.put_pipeline:
Expand Down

0 comments on commit 1e60374

Please sign in to comment.