Skip to content

Commit 0a7d372

Browse files
make viz-specific bit a note
1 parent c7aa5a4 commit 0a7d372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

explore-analyze/_snippets/inspect-request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ The request **Inspector** is available in **Discover** and for all **Dashboards*
44
- If you're in **Discover**, select **Inspect** from the application's toolbar.
55
- If you're in **Dashboards**, open the panel menu and select **Inspect**.
66
1. Open the **View** dropdown, then select **Requests**.
7-
1. Some visualizations rely on several requests. From the dropdown, select the request you want to inspect. Several tabs with different information can appear, depending on nature of the request:
7+
1. Several tabs with different information can appear, depending on nature of the request:
8+
:::{tip}
9+
Some visualizations rely on several requests. From the dropdown, select the request you want to inspect.
10+
:::
811
* **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 may indicate an issue with the request used to build the visualization.
912
* **Clusters and shards**: Lists the {{es}} clusters and shards per cluster queried to fetch the data and shows the status of the request on each of them. With the information in this tab, you can check if the request is properly executed, especially in case of cross-cluster search.
1013

0 commit comments

Comments
 (0)