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 5d9ab0c commit 1183c39Copy full SHA for 1183c39
x-pack/plugin/core/src/javaRestTest/java/org/elasticsearch/xpack/core/DataStreamRestIT.java
@@ -75,7 +75,7 @@ public void testDSXpackUsage() throws Exception {
75
indexRequest.setJsonEntity("{\"@timestamp\": \"2020-01-01\"}");
76
client().performRequest(indexRequest);
77
// Initialize the failure store
78
- rollover = new Request("POST", "/fs/_rollover?target_failure_store=true");
+ rollover = new Request("POST", "/fs::failures/_rollover");
79
client().performRequest(rollover);
80
81
dataStreams = (Map<?, ?>) getLocation("/_xpack/usage").get("data_streams");
0 commit comments