Skip to content

Commit 3b0411c

Browse files
authored
Move streams status actions to cluster:monitor group (#131015) (#131192)
* Move streams status actions to cluster:monitor group * Update docs/changelog/131015.yaml
1 parent df80e2e commit 3b0411c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/changelog/131015.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131015
2+
summary: Move streams status actions to cluster:monitor group
3+
area: Data streams
4+
type: bug
5+
issues: []

modules/streams/src/main/java/org/elasticsearch/rest/streams/logs/StreamsStatusAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
public class StreamsStatusAction {
2828

29-
public static ActionType<Response> INSTANCE = new ActionType<>("cluster:admin/streams/status");
29+
public static ActionType<Response> INSTANCE = new ActionType<>("cluster:monitor/streams/status");
3030

3131
public static class Request extends ActionRequest {
3232
protected Request() {

x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public class Constants {
7373
"cluster:admin/scripts/painless/context",
7474
"cluster:admin/scripts/painless/execute",
7575
"cluster:admin/streams/logs/toggle",
76-
"cluster:admin/streams/status",
7776
"cluster:admin/synonyms/delete",
7877
"cluster:admin/synonyms/get",
7978
"cluster:admin/synonyms/put",
@@ -373,6 +372,7 @@ public class Constants {
373372
"cluster:monitor/settings",
374373
"cluster:monitor/state",
375374
"cluster:monitor/stats",
375+
"cluster:monitor/streams/status",
376376
"cluster:monitor/task",
377377
"cluster:monitor/task/get",
378378
"cluster:monitor/tasks/lists",

0 commit comments

Comments
 (0)