- Kibana Guide: other versions:
- Introduction
- Set Up Kibana
- 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.4.3
- Kibana 6.4.2
- Kibana 6.4.1
- Kibana 6.4.0
- 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
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Deprecated Report URLs
editDeprecated Report URLs
editThe following is deprecated in 6.0, and you should now use Kibana to get the URL for a particular report.
You may request PDF reports optimized for printing through three X-Pack reporting endpoints:
-
Dashboard Reports:
/api/reporting/generate/dashboard/<dashboard-id>
-
Visualization Reports:
/api/reporting/generate/visualization/<visualization-id>
-
Saved Search Reports:
/api/reporting/generate/search/<saved-search-id>
Previously there was a &sync
parameter appended to generation URLs which would hold
the request open until the document was fully generated. This feature has been removed.
Existing use of the &sync
parameter, in Watcher for example, will need to be updated.
To specify the time period you want to include in the report, you use the _g
parameter in the request. For example:
http://0.0.0.0:5601/api/reporting/generate/dashboard/error-monitoring?_g=(time:(from:now-1d%2Fd,mode:quick,to:now-1d%2Fd))
Was this helpful?
Thank you for your feedback.