Skip to content

Commit

Permalink
[DOCS] Fix failing docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Dec 18, 2024
1 parent 7cf28a9 commit e2a3e7e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/reference/indices/shard-stores.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,9 @@ The API returns the following response:
// TESTRESPONSE[s/"attributes": \{[^}]*\}/"attributes": $body.$_path/]
// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
// TESTRESPONSE[s/"8.10.0"/\$node_version/]
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]



// TESTRESPONSE[s/"min_index_version": 8000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"min_read_only_index_version": 7000099/"min_read_only_index_version": $body.$_path/]
// TESTRESPONSE[s/"max_index_version": 9004000/"max_index_version": $body.$_path/]
<1> The key is the corresponding shard id for the store information
<2> A list of store information for all copies of the shard
<3> The node information that hosts a copy of the store, the key
Expand Down

0 comments on commit e2a3e7e

Please sign in to comment.