Add a historical feature for transport version fixups (#102211)

Make sure logging is configured in the historical versions task

Co-authored-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
Simon Cooper 2023-11-16 10:02:12 +00:00 committed by GitHub
parent a2a7da94eb
commit 4c98fd9c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 97 additions and 12 deletions

View file

@ -407,6 +407,7 @@ module org.elasticsearch.server {
with
org.elasticsearch.features.FeatureInfrastructureFeatures,
org.elasticsearch.health.HealthFeatures,
org.elasticsearch.cluster.service.TransportFeatures,
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.indices.IndicesFeatures;