Skip to content

Commit

Permalink
Changed CatShardsAction to internal to allow non-admin users
Browse files Browse the repository at this point in the history
Signed-off-by: Somesh Gupta <[email protected]>
  • Loading branch information
guptasom committed Jan 30, 2025
1 parent 2847695 commit 7441e4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class CatShardsAction extends ActionType<CatShardsResponse> {
public static final CatShardsAction INSTANCE = new CatShardsAction();
public static final String NAME = "cluster:monitor/shards";
public static final String NAME = "internal:monitor/shards";

private CatShardsAction() {
super(NAME, CatShardsResponse::new);
Expand Down

0 comments on commit 7441e4f

Please sign in to comment.