Fix the names of CCR stats endpoints in usage API (#35438)

This commit fixes the names of the CCR stats endpoints reported in the
usage API.
This commit is contained in:
Jason Tedor 2018-11-12 10:27:12 -05:00 committed by GitHub
parent ca24d9a07e
commit 3859d21661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public class RestCcrStatsAction extends BaseRestHandler {
@Override @Override
public String getName() { public String getName() {
return "ccr_auto_follow_stats"; return "ccr_stats";
} }
@Override @Override

View File

@ -26,7 +26,7 @@ public class RestFollowStatsAction extends BaseRestHandler {
@Override @Override
public String getName() { public String getName() {
return "ccr_stats"; return "ccr_follower_stats";
} }
@Override @Override