Skip to content
Draft
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
12 changes: 4 additions & 8 deletions explore-analyze/_snippets/inspect-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ The request **Inspector** is available in **Discover** and for all **Dashboards*
- {applies_to}`stack: ga 9.0-9.3` Select **Inspect** from the application menu.
- If you're in **Dashboards**, open the panel menu and select **Inspect**.
1. Open the **View** dropdown, then select **Requests**.
1. Several tabs with different information can appear, depending on nature of the request:
1. Several tabs with different information can appear, depending on nature of the request and your deployment type:
:::{tip}
Some visualizations rely on several requests. From the dropdown, select the request you want to inspect.
:::
* **Statistics**: Provides general information and statistics about the request. For example, you can check if the number of hits and query time match your expectations. If not, this can indicate an issue with the request used to build the visualization.
* **Clusters and shards**: Lists the {{es}} clusters and shards queried to fetch the data, including for [{{ccs}}](/explore-analyze/cross-cluster-search.md) and [{{cps}}](/explore-analyze/cross-project-search.md) queries. Use this tab to verify that the request ran correctly.

:::{note}
This tab is not available for Vega visualizations.
:::

* {applies_to}`stack:` **Clusters and shards**: Lists the {{es}} clusters and shards queried to fetch the data, including for [{{ccs}}](/explore-analyze/cross-cluster-search.md) queries. Use this tab to verify that the request ran correctly. This tab is not available for Vega visualizations.
* {applies_to}`serverless:` **Projects**: Lists the projects queried to fetch the data. If the request searched only the origin project, that is the only project listed. If it searched across linked projects with [{{cps}}](/explore-analyze/cross-project-search.md), each participating project is listed. Use this tab to verify that the request ran correctly. This tab is not available for Vega visualizations.
* **Request**: Provides a full view of the visualization's request, which you can copy or **Open in Console** to refine, if needed.
* **Response**: Provides a full view of the response returned by the request.
* **Response**: Provides a full view of the response returned by the request.
Loading