Skip to content

Commit 82ab4d6

Browse files
Copilotbmorelli25
andauthored
Remove broken frozen API link from index-basics.md (#4038)
The frozen index API was removed in Elasticsearch, causing the documentation link to return 404. ## Changes - Removed broken `operation-indices-unfreeze` API link from badge filter descriptions (2 occurrences) - Updated text from "follower index, rollup index, or frozen" to "follower index or rollup index" - Applied consistently across both serverless and stack documentation tabs <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > > ---- > > *This section details on the original issue you should resolve* > > <issue_title>Update broken API link on Index basics page</issue_title> > <issue_description>On the [Index basics](https://www.elastic.co/docs/manage-data/data-store/index-basics) page, the `frozen` link to the API docs results in a 404. </issue_description> > > <agent_instructions>Remove the link that 404's and update the text in that sentence accordingly</agent_instructions> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > <comment_new><author>@lcawl</author><body> > FYI That API was removed in elastic/elasticsearch#119227 and there's rationale for the removal in https://www.elastic.co/guide/en/elasticsearch/reference/8.19/unfreeze-index-api.html</body></comment_new> > <comment_new><author>@bmorelli25</author><body> > sorry this is easy</body></comment_new> > </comments> > </details> - Fixes #3354 <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: bmorelli25 <[email protected]>
1 parent 1acdf2a commit 82ab4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage-data/data-store/index-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Investigate your indices and perform operations from the **Indices** view.
110110

111111
* Enable **Include hidden indices** to view the full set of indices, including backing indices for [data streams](/manage-data/data-store/data-streams.md).
112112

113-
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow), a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps), or [frozen](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-unfreeze).
113+
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow) or a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps).
114114
::::
115115

116116
::::{tab-item} {{stack}}
@@ -131,7 +131,7 @@ Investigate your indices and perform operations from the **Indices** view.
131131

132132
* Enable **Include hidden indices** to view the full set of indices, including backing indices for [data streams](/manage-data/data-store/data-streams.md).
133133

134-
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow), a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps), or [frozen](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-unfreeze).
134+
* To filter the list of indices, use the search bar or click a badge. Badges indicate if an index is a [follower index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow) or a [rollup index](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-rollup-get-rollup-index-caps).
135135
::::
136136
:::::
137137

0 commit comments

Comments
 (0)