mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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:
parent
a2a7da94eb
commit
4c98fd9c5c
7 changed files with 97 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue