Skip to content

Commit

Permalink
Use default replicas for enrich data stream test
Browse files Browse the repository at this point in the history
In Serverless the index cannot be queried without any replicas, so these must be set to the default value in order for this test to work.
  • Loading branch information
dakrone committed Apr 11, 2024
1 parent 2c0e90f commit 6d60104
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ setup:
name: enrich-template
body:
index_patterns: [my-ds]
template:
settings:
index.number_of_replicas: 0
data_stream: {}

- do:
Expand Down

0 comments on commit 6d60104

Please sign in to comment.