Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 07a2eea

Browse files
Merge pull request #406 from ashwinkumar12345/kibana-reporting-troubleshooting
Kibana reports troubleshooting
2 parents aff7fc5 + b306770 commit 07a2eea

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
32.1 KB
Loading

docs/kibana/reporting.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,17 @@ Definitions let you schedule reports for periodic creation.
3939
For scheduled reports, choose either **Recurring** or **Cron based**. You can receive reports daily or at some other time interval. Cron expressions give you even more flexiblity. See [Cron expression reference](../../alerting/cron/) for more information.
4040

4141
1. Choose **Create**.
42+
43+
## Troubleshooting
44+
45+
### Chromium fails to launch with Kibana
46+
47+
While creating a report for dashboards or visualizations, you might see a `Download error`:
48+
49+
![Kibana reporting pop-up error message](../../images/kibana-reporting-error.png)
50+
51+
This problem occurs due to two reasons:
52+
53+
1. You don't have the correct version of `headless-chrome` to match the OS on which Kibana is running. Download the correct version of `headless-chrome` from [here](https://github.com/opendistro-for-elasticsearch/kibana-reports/releases/tag/chromium-1.12.0.0).
54+
55+
2. You're missing additional dependencies. Install the required dependencies for your OS from the [additional libraries](https://github.com/opendistro-for-elasticsearch/kibana-reports/blob/dev/kibana-reports/rendering-engine/headless-chrome/README.md#additional-libaries) section.

0 commit comments

Comments
 (0)