Skip to content

Commit ea1a63e

Browse files
authored
Fix links for Console (#845)
The Kibana doc link service currently links to https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html, which seems to be identical to https://www.elastic.co/guide/en/kibana/current/console-kibana.html. This PR therefore adds the former URL to the list of mapped pages for https://docs-v3-preview.elastic.dev/elastic/docs-content/tree/main/explore-analyze/query-filter/tools/console and updates some other links to that page.
1 parent a9828fc commit ea1a63e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

explore-analyze/query-filter/tools/console.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ navigation_title: Console
66
mapped_urls:
77
- https://www.elastic.co/guide/en/kibana/current/console-kibana.html
88
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-api-console.html
9+
- https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html
910
---
1011

1112
# Run API requests with Console [console-kibana]

solutions/search/querying-for-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once you know which [search approaches](search-approaches.md) you need to use, y
2626
These query languages are complementary, not mutually exclusive. You can use different query languages for different parts of your application, based on your specific needs. This flexibility allows you to gradually adopt newer interfaces as your requirements evolve.
2727

2828
::::{note}
29-
You can use the [{{es}} REST APIs](https://www.elastic.co/docs/api/doc/elasticsearch) to search your data using any HTTP client, including the [{{es}} client libraries](site-or-app/clients.md), or directly in [Console](https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html). You can also run searches using [Discover](/explore-analyze/discover.md) in the UI.
29+
You can use the [{{es}} REST APIs](https://www.elastic.co/docs/api/doc/elasticsearch) to search your data using any HTTP client, including the [{{es}} client libraries](site-or-app/clients.md), or directly in [Console](/explore-analyze/query-filter/tools/console.md). You can also run searches using [Discover](/explore-analyze/discover.md) in the UI.
3030
::::
3131

3232

solutions/search/serverless-elasticsearch-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You won’t be able to view this API key again. If needed you'll need to generat
8585

8686
The UI provides ready-to-use code examples for ingesting data via the REST API. Choose your preferred tool for making these requests:
8787

88-
* [Console](https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html) in your project’s UI
88+
* [Console](/explore-analyze/query-filter/tools/console.md) in your project’s UI
8989
* Python
9090
* JavaScript
9191
* cURL

0 commit comments

Comments
 (0)