[KIBANA] Error generate pdf reporting

Hi there,

I'm trying to generate a pdf report of a Kibana dashboard, but I've got this error

Unable to generate report
Error: Error spawning Chromium browser: [object Object]

I'm running with two Kibana 6.7.1 instances they have the same following config except for the reporting index value.

server.host: "0.0.0.0"

elasticsearch.username: "kibana"

elasticsearch.password: "kibana"

elasticsearch.hosts: ["https://esservera:9200"]

elasticsearch.requestTimeout: 60000

server.ssl.enabled: true

server.ssl.certificate: /Elastic/kibana-6.7.1-linux-x86_64/config/certs/cert.pem

server.ssl.key: /Elastic/kibana-6.7.1-linux-x86_64/config/certs/private_key.key

xpack.reporting.encryptionKey: "123456789"

xpack.reporting.index: ".reporting-a"

elasticsearch.ssl.certificateAuthorities: ["/Elastic/kibana-6.7.1-linux-x86_64/config/certs/CAcert.pem","/Elastic/kibana-6.7.1-linux-x86_64/config/certs/ENTERPRICECA.pem","/Elastic/kibana-6.7.1-linux-x86_64/config/certs/rootCA.pem"]

pid.file: /Elastic/kibana-6.7.1-linux-x86_64/logs/kibana.pid

Can anyone help me? Thanks.

Unfortunately Reporting errors aren't great. You could try running the headless binary manually as shown in this ticket and see if you get a more useful error.

Thank you for the answer. I Will do that to obtain more useful logs hopefully.
Thank you very much.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.