Skip to content

Commit 1183c39

Browse files
committed
Fix rest IT
1 parent 5d9ab0c commit 1183c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/javaRestTest/java/org/elasticsearch/xpack/core/DataStreamRestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void testDSXpackUsage() throws Exception {
7575
indexRequest.setJsonEntity("{\"@timestamp\": \"2020-01-01\"}");
7676
client().performRequest(indexRequest);
7777
// Initialize the failure store
78-
rollover = new Request("POST", "/fs/_rollover?target_failure_store=true");
78+
rollover = new Request("POST", "/fs::failures/_rollover");
7979
client().performRequest(rollover);
8080

8181
dataStreams = (Map<?, ?>) getLocation("/_xpack/usage").get("data_streams");

0 commit comments

Comments
 (0)