mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Expose build flavor again in nodes info (#98021)
The nodes info returns some information from the build. However, the flavor is still hardcoded to default, even though flavor was added back to Build. This commit exposes the build flavor again in the nodes info response. It also fixes the build extension to be accessible in serverless.
This commit is contained in:
parent
9388e47b88
commit
cc1904add6
2 changed files with 2 additions and 3 deletions
|
@ -277,7 +277,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.indices.recovery.plan;
|
||||
exports org.elasticsearch.indices.store;
|
||||
exports org.elasticsearch.ingest;
|
||||
exports org.elasticsearch.internal to org.elasticsearch.serverless.version;
|
||||
exports org.elasticsearch.internal to org.elasticsearch.serverless.version, org.elasticsearch.serverless.buildinfo;
|
||||
exports org.elasticsearch.lucene.analysis.miscellaneous;
|
||||
exports org.elasticsearch.lucene.grouping;
|
||||
exports org.elasticsearch.lucene.queries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue