We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f357c20 commit d524968Copy full SHA for d524968
server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -207,7 +207,7 @@ static TransportVersion def(int id) {
207
public static final TransportVersion UNASSIGNED_PRIMARY_COUNT_ON_CLUSTER_HEALTH = def(8_737_00_0);
208
public static final TransportVersion ESQL_AGGREGATE_EXEC_TRACKS_INTERMEDIATE_ATTRS = def(8_738_00_0);
209
210
- public static final TransportVersion CCS_TELEMETRY_STATS = def(8_733_00_0);
+ public static final TransportVersion CCS_TELEMETRY_STATS = def(8_739_00_0);
211
/*
212
* STOP! READ THIS FIRST! No, really,
213
* ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _
0 commit comments