Skip to content

Commit

Permalink
Updating serverless docs (elastic#172)
Browse files Browse the repository at this point in the history
* fixing exists API link

* fixing images on index management page
  • Loading branch information
georgewallace authored and kosabogi committed Nov 12, 2024
1 parent c3b534d commit fe6e543
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file modified serverless/images/index-management-index-templates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified serverless/images/index-management-indices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified serverless/images/management-data-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified serverless/images/management-enrich-policies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion serverless/pages/developer-tools-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Elasticsearch returns an `index_not_found_exception` when the data stream, index
or alias you try to query does not exist. This can happen when you misspell the
name or when the data has been indexed to a different data stream or index.

Use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-indices-exists-index-template[**Exists API**] to check whether
Use the https://www.elastic.co/docs/api/doc/elasticsearch-serverless/operation/operation-indices-exists[**Exists API**] to check whether
a data stream, index, or alias exists:

[source,js]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/index-management.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To view information about the stream's backing indices, click the number in the
* To view more information about a data stream, such as its generation or its
current index lifecycle policy, click the stream's name. From this view, you can navigate to **Discover** to
further explore data within the data stream.
* preview:[] To edit the data retention value, open the **Manage** menu, and then click **Edit data retention**.
* preview:[] To modify the data retention value, select an index, open the **Manage** menu, and click **Edit data retention**.

////
/*
Expand Down

0 comments on commit fe6e543

Please sign in to comment.