Kibana v6.8.x PDF report

Hi,
I would like to know if there is a way to enable the Kibana PDF report feature.
We are using:

Elasticsearch v6.8.x
Kibana v.6.8.x
SG v6.x

Currently, exploring Dashboard section I’m not able to see “PDF export” while I can see CSV export.

The Search Guard doesn’t apply any restrictions to the Kibana Reporting UI. You should be able to see all available UI controls.

  1. Make sure you have the following configuration:

kibana.yml

xpack.reporting.enabled: true
  1. Read the Reporting troubleshooting guide, on Linux you have to install some extra packages Reporting Troubleshooting | Kibana Guide [6.8] | Elastic

  2. Enable verbose log and see the log. The keywords to look for are chrome, chromium, phantomjs and puppeteer.

kibana.yml

logging.verbose: true

If you can’t solve the problem after the suggestions above, send us the following:

  • Kibana log
  • Elasticsearch log
  • elasticsearch/config/elasticsearch.yml
  • elasticsearch/plugins/search-guard-7/sgconfig/sg_config.yml
  • kibana/config/kibana.yml
  • A screenshot of the Reporting UI. You should have it like this

I followed your suggestion and now I can see these messages in kibana.log

{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","browser-driver","warning"],"pid":97556,"message":"Enabling the Chromium sandbox provides an additional layer of protection."}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","browser-driver","debug"],"pid":97556,"message":"Browser installed at /var/lib/kibana/headless_shell-linux/headless_shell"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","debug"],"pid":97556,"message":"Browser type: chromium"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","debug"],"pid":97556,"message":"Chromium sandbox disabled: true"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["status","plugin:reporting@6.8.1","info"],"pid":97556,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","worker","debug"],"pid":97556,"message":"CSV: Registering CSV worker"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","esqueue","worker","debug"],"pid":97556,"message":"kcetpxvw239w539fbadtgo84 - Created worker for job type csv"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","worker","debug"],"pid":97556,"message":"PNG: Registering PNG worker"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","esqueue","worker","debug"],"pid":97556,"message":"kcetpxvy239w539fbadu9ico - Created worker for job type PNG"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","worker","debug"],"pid":97556,"message":"PDF: Registering PDF worker"}
{"type":"log","@timestamp":"2020-07-09T13:25:15Z","tags":["reporting","esqueue","worker","debug"],"pid":97556,"message":"kcetpxvy239w539fbaduuaxm - Created worker for job type printable_pdf"}

however, accessing Kibana I cannot see that feature.

I can’t help you if don’t send me the things I asked.

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