Skip to content

Commit

Permalink
Add min_read_only_index_version to node version information
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Dec 19, 2024
1 parent 5987f79 commit 0389670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class SearchShardsNodeAttributes {
roles: NodeRoles
version: VersionString
min_index_version: integer
min_read_only_index_version: integer
max_index_version: integer
}

Expand Down
1 change: 1 addition & 0 deletions specification/ml/_types/DiscoveryNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class DiscoveryNodeContent {
roles: string[]
version: VersionString
min_index_version: integer
min_read_only_index_version: integer
max_index_version: integer
}

Expand Down

0 comments on commit 0389670

Please sign in to comment.