This commit fixes the names of the CCR stats endpoints reported in the usage API.
@@ -25,7 +25,7 @@ public class RestCcrStatsAction extends BaseRestHandler {
@Override
public String getName() {
- return "ccr_auto_follow_stats";
+ return "ccr_stats";
}
@@ -26,7 +26,7 @@ public class RestFollowStatsAction extends BaseRestHandler {
- return "ccr_stats";
+ return "ccr_follower_stats";