Hello,
I am facing issues generating PDF report for Dashboards and visualizations.
Attached is the error
System Details: Kibana 5.6.2 (Single Instance)
ES: 5.6.2
Hello,
I am facing issues generating PDF report for Dashboards and visualizations.
Attached is the error
System Details: Kibana 5.6.2 (Single Instance)
ES: 5.6.2
Anyone who came across this issue?
Hi,
Yes, I faced this issue also (or at least similar) whats you config in kibana.yml looks like? I have set the following:
xpack.reporting.encryptionKey: nQPdxkCTVTZ4Os0ihhOaGwGXqavih4N7
xpack.reporting.kibanaServer.hostname: < my fqdn >
xpack.reporting.queue.timeout: 60000
xpack.reporting.kibanaServer.protocol: http
Are you guys running Kibana behind a reverse proxy? If so, this requires some additional settings be set in the kibana.yml
. Reporting uses a headless browser to take the screenshots of Kibana, so it has to know a few things about your environment via the kibana.yml
.
The most common settings that need to be set are:
xpack.reporting.kibanaServer.protocol
to the protocol that the reverse proxy is using (https/http)xpack.reporting.kibanaServer.hostname
to the hostname of the reverse proxy fully qualified domain namexpack.reporting.kibanaServer.port
to the port that the reverse proxy is listening, 80 or 443 most commonlyThere's one other potential issue that might be causing this behavior, are you only seeing these Timeouts when using Tilemaps?
Figured to set the key, also followed the steps mentioned by @Brandon_Kobel
Now i am getting an error: HeadlessError: Phantom Process died
@karnamonkster we've generally seen this occur when there isn't enough CPU/Memory on the server running Kibana to support spawning and running PhantomJS (our headless browser) that takes the screenshots itself. Would you mind seeing how much CPU/Memory is available on that server?
I have the following on my Kibana instance
OS Free Memory: 4.3 GB
Version: 5.6.2
@karnamonkster is Kibana running on it's own server/VM? How does the CPU utilization look before/during Reporting execution? If you create a simple Markdown Visualization, do you see the same behavior?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.