elasticsearch/qa/verify-version-constants
Ryan Ernst 3f8f7182be
Remove index version and transport version from main endpoint response (#97675)
The index and transport versions are low level details of how a node
behaves in a cluster. They were recently added to the main endpoint
response, but they are too low level and should be moved to another
endpoint TBD.

This commit removes those versions from the main endpoint response. Due
to the fact lucene version is now derived from index version, this
commit also adds an explicit lucene version member to the main response.
2023-07-18 06:36:46 -07:00
..
src/test/java/org/elasticsearch/qa/verify_version_constants Remove index version and transport version from main endpoint response (#97675) 2023-07-18 06:36:46 -07:00
build.gradle Refactor RestMainAction into separate module (#95881) 2023-05-10 14:39:00 +02:00