We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a932591 commit a6db0eaCopy full SHA for a6db0ea
rest-api-spec/src/main/resources/rest-api-spec/test/indices.stats/20_translog.yml
@@ -3,6 +3,12 @@ setup:
3
- do:
4
indices.create:
5
index: test
6
+ body:
7
+ settings:
8
+ index:
9
+ # initializing replicas maintain the translog causing the test to fail.
10
+ # remove once https://github.com/elastic/elasticsearch/issues/25623 is fixed.
11
+ number_of_replicas: 0
12
13
---
14
"Translog retention":
0 commit comments