Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions explore-analyze/query-filter/tools/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ navigation_title: Console
mapped_urls:
- https://www.elastic.co/guide/en/kibana/current/console-kibana.html
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-api-console.html
- https://www.elastic.co/guide/en/serverless/current/devtools-run-api-requests-in-the-console.html
---

# Run API requests with Console [console-kibana]
Expand Down
2 changes: 1 addition & 1 deletion solutions/search/querying-for-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you know which [search approaches](search-approaches.md) you need to use, y
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.

::::{note}
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.
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.
::::


Expand Down
2 changes: 1 addition & 1 deletion solutions/search/serverless-elasticsearch-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You won’t be able to view this API key again. If needed you'll need to generat

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

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