Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class StreamsStatusAction {

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

public static class Request extends LocalClusterStateRequest {
protected Request(TimeValue masterTimeout) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public class Constants {
"cluster:admin/scripts/painless/context",
"cluster:admin/scripts/painless/execute",
"cluster:admin/streams/logs/toggle",
"cluster:admin/streams/status",
"cluster:admin/synonyms/delete",
"cluster:admin/synonyms/get",
"cluster:admin/synonyms/put",
Expand Down Expand Up @@ -373,6 +372,7 @@ public class Constants {
"cluster:monitor/settings",
"cluster:monitor/state",
"cluster:monitor/stats",
"cluster:monitor/streams/status",
"cluster:monitor/task",
"cluster:monitor/task/get",
"cluster:monitor/tasks/lists",
Expand Down
Loading