Skip to content

Commit 0389670

Browse files
committed
Add min_read_only_index_version to node version information
1 parent 5987f79 commit 0389670

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specification/_global/search_shards/SearchShardsResponse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class SearchShardsNodeAttributes {
5656
roles: NodeRoles
5757
version: VersionString
5858
min_index_version: integer
59+
min_read_only_index_version: integer
5960
max_index_version: integer
6061
}
6162

specification/ml/_types/DiscoveryNode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class DiscoveryNodeContent {
3333
roles: string[]
3434
version: VersionString
3535
min_index_version: integer
36+
min_read_only_index_version: integer
3637
max_index_version: integer
3738
}
3839

0 commit comments

Comments
 (0)