mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
fix stats action registration
This commit is contained in:
parent
264efe5478
commit
306b3939cf
@ -64,7 +64,7 @@ public class TransportIndicesStatsAction extends TransportBroadcastOperationActi
|
||||
}
|
||||
|
||||
@Override protected String transportAction() {
|
||||
return TransportActions.Admin.Indices.STATUS;
|
||||
return TransportActions.Admin.Indices.STATS;
|
||||
}
|
||||
|
||||
@Override protected String transportShardAction() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user