Skip to content

Commit

Permalink
Use default replicas for enrich data stream test (elastic#107384)
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 authored Apr 11, 2024
1 parent ef16be9 commit a2d369d
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 a2d369d

Please sign in to comment.