- Kibana Guide: other versions:
- Introduction
- Set Up Kibana
- Installing Kibana
- Starting and stopping Kibana
- Configuring Kibana
- Running Kibana on Docker
- Accessing Kibana
- Connect Kibana with Elasticsearch
- Using Kibana with Tribe nodes
- Using Kibana in a production environment
- Upgrading Kibana
- Installing X-Pack
- Configuring Monitoring
- Configuring Security
- X-Pack Settings
- Breaking Changes
- Getting Started
- Discover
- Visualize
- Dashboard
- Timelion
- Machine Learning
- APM
- Graphing Connections in Your Data
- Dev Tools
- Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana Plugins
- Contributing to Kibana
- Limitations
- Release Highlights
- Release Notes
- Kibana 6.3.2
- Kibana 6.3.1
- Kibana 6.3.0
- Kibana 6.2.4
- Kibana 6.2.3
- Kibana 6.2.2
- Kibana 6.2.1
- Kibana 6.2.0
- Kibana 6.1.4
- Kibana 6.1.3
- Kibana 6.1.2
- Kibana 6.1.1
- Kibana 6.1.0
- Kibana 6.0.1
- Kibana 6.0.0
- Kibana 6.0.0-rc2
- Kibana 6.0.0-rc1
- Kibana 6.0.0-beta2
- Kibana 6.0.0-beta1
- Kibana 6.0.0-alpha2
- Kibana 6.0.0-alpha1
Viewing Visualization Data
editViewing Visualization Data
editIf your visualization supports it, you can display the raw data behind the visualization using the Expand/Collapse button.
- Open the dashboard.
-
Hover over the visualization and click the Expand button in the lower left.
The underlying data is displayed in a table. You can also view the raw Elasticsearch request, the response in JSON, and the request statistics. These statistics show the query duration, request duration, total number of matching records, and the index that was searched.
To export the visualization data as a comma separated values (CSV) file, click Raw or Formatted at the bottom of the data table. Raw exports the response data as provided. Formatted exports the reponse data using applicable Kibana field formatters.
To return to the visualization, click the Collapse button in the lower left corner.