mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Add component info versions to node info in a pluggable way (#99631)
This adds a `ComponentVersionNumber` service interface for modules to provide version numbers for individual components to be reported inside node info. Initial implementations for `MlConfigVersion` and `TransformConfigVersion` are provided.
This commit is contained in:
parent
eb761287e1
commit
3f32affbb6
24 changed files with 214 additions and 10 deletions
|
@ -399,6 +399,7 @@ module org.elasticsearch.server {
|
|||
uses org.elasticsearch.internal.BuildExtension;
|
||||
uses org.elasticsearch.plugins.internal.SettingsExtension;
|
||||
uses RestExtension;
|
||||
uses org.elasticsearch.action.admin.cluster.node.info.ComponentVersionNumber;
|
||||
|
||||
provides org.apache.lucene.codecs.PostingsFormat
|
||||
with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue