Skip to content

Commit 6c57681

Browse files
committed
[DOCS] Add redirects for missing data stream API docs (#53866)
The following API spec files contain a link to a not-yet-created docs page for the data stream APIs: * [indices.create_data_stream.json][0] * [indices.delete_data_stream.jsonn][1] * [indices.get_data_streams.json][2] The Elaticsearch-JS client uses these spec files to create their docs. This created a broken link in the Elaticsearch-JS, which has broken the docs build. This PR adds a temporary redirect for the docs page. This redirect should be removed when the actual API docs are added. [0]: https://github.com/elastic/elasticsearch/blob/master/rest-api-spec/src/main/resources/rest-api-spec/api/indices.create_data_stream.json [1]: https://github.com/elastic/elasticsearch/blob/master/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_data_stream.json [2]: https://github.com/elastic/elasticsearch/blob/master/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_data_streams.json Relates to #53558. CC @martijnvg
1 parent 8eacb15 commit 6c57681

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/redirects.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,11 @@ See <<ccs-gateway-seed-nodes>> and <<ccs-min-roundtrips>>.
608608

609609
coming::[7.x]
610610

611+
[role="exclude",id="data-streams"]
612+
=== Data stream APIs
613+
614+
coming::[7.x]
615+
611616
[role="exclude",id="cat-transform"]
612617
=== cat transform API
613618

0 commit comments

Comments
 (0)