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…
Reference in New Issue