File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ static TransportVersion def(int id) {
199199 public static final TransportVersion SETTINGS_IN_DATA_STREAMS_8_19 = def (8_841_0_51 );
200200 public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_REMOVE_ERROR_PARSING_8_19 = def (8_841_0_52 );
201201 public static final TransportVersion ML_INFERENCE_CUSTOM_SERVICE_EMBEDDING_BATCH_SIZE_8_19 = def (8_841_0_53 );
202+ public static final TransportVersion STREAMS_LOGS_SUPPORT_8_19 = def (8_841_0_54 );
203+
202204 public static final TransportVersion V_9_0_0 = def (9_000_0_09 );
203205 public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_1 = def (9_000_0_10 );
204206 public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_2 = def (9_000_0_11 );
You can’t perform that action at this time.
0 commit comments