Reporting from Kibana
editReporting from Kibana
editYou can generate reports that contain Kibana dashboards, visualizations, and saved searches. Dashboards and visualizations are exported as PDF documents, while saved searches in Discover are exported to CSV.
Reporting is located in the share menu from the Kibana toolbar:
System setup
editX-Pack reporting is automatically enabled in Kibana. The first time Kibana runs, it extracts a custom build for the Chromium web browser, which runs on the server in headless mode to load Kibana and capture the rendered Kibana charts as images.
Chromium is an open-source project not related to Elastic, but the Chromium binary for Kibana has been custom-built by Elastic to ensure it works with minimal setup. However, the Kibana server OS might still require additional dependencies for Chromium. See the Reporting Troubleshooting section for more information about the system dependencies for different operating systems.
Manually generate reports
edit-
Open Kibana in your web browser and log in. If you are running Kibana
locally, go to
http://localhost:5601
. To access Kibana and generate reports, you need thekibana_user
andreporting_user
roles. For more information, see Reporting and security. - Open the dashboard, visualization, or saved search you want to include in the report.
-
Click Share in the Kibana toolbar:
- Depending on the Kibana application, choose the appropriate options:
- If you’re on Discover, select CSV Reports, then click Generate CSV.
-
If you’re on Visualize or Dashboard:
- Select PDF Reports
- Dashboard only: Choose to enable Optimize for printing layout mode. For an explanation of the different layout modes, see PDF Layout Modes.
- Click Generate PDF.
Automatically generate reports
editIf you want to automatically generate reports from a script or with Watcher, see Automating Report Generation