Inspecting the dataedit

Seeing visualizations of your data is great, but sometimes you need to look at the actual data to understand what’s really going on. You can inspect the data behind any visualization and view the Elasticsearch query used to retrieve it.

  1. In the dashboard, hover the pointer over the pie chart.
  2. Click the icon in the upper right.
  3. From the Options menu, select Inspect.

    tutorial full inspect1

You can also look at the query used to fetch the data for the visualization.

  1. Open the View:Data menu and select Requests.
  2. Click the tabs to look at the request statistics, the Elasticsearch request, and the response in JSON.
  3. To close the Inspector, click X in the upper right.

    tutorial full inspect2