Hey,
I checked other entries but none matched my problem/version.
I have two systems, both using the opendistro docker images 1.13.2 for elasticsearch and kibana.
One i did a fresh install on, there the reports are working. But on the other system i updated from 1.1.0, there the reports are not working. I have some errors, but according to other posts from different sources (stackoverflow, …) these can be ignored.
These are e.g.:
{“type”:“log”,“@timestamp”:“2021-07-23T08:01:32Z”,“tags”:[“error”,“elasticsearch”,“data”],“pid”:1,“message”:“[version_conflict_engine_exception]: [search-telemetry:search-telemetry]: version conflict, required seqNo [8901], primary term [7]. current document has seqNo [8902] and primary term [7]”}
{“type”:“log”,“@timestamp”:“2021-07-23T08:04:31Z”,“tags”:[“error”,“elasticsearch”,“data”],“pid”:1,“message”:“[illegal_argument_exception]: request [/_license] contains unrecognized parameter: [accept_enterprise]”}
The report generation starts, but it never finishes. In the log i see after a long time that the report is finished, but I can never download it.
{“type”:“response”,“@timestamp”:“2021-07-23T08:01:46Z”,“tags”:,“pid”:1,“method”:“get”,“statusCode”:200,“req”:{“url”:“/api/reporting/generateReport/yLli0noBQIvN2Jb0KJ_z?timezone=Europe%2FZurich”,“method”:“get”,“headers”:{“host”:“10.180.226.198:5601”,“user-agent”:“Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0”,“accept”:“/”,“accept-language”:“en-US,en;q=0.5”,“accept-encoding”:“gzip, deflate, br”,“referer”:“https://10.180.226.198:5601/app/opendistro_kibana_reports",“content-type”:“application/json”,“kbn-version”:“7.10.2”,“connection”:“keep-alive”,“securitytenant”:“__user__”},“remoteAddress”:“10.180.224.15”,“userAgent”:"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0”,“referer”:“https://10.180.226.198:5601/app/opendistro_kibana_reports"},“res”:{“statusCode”:200,“responseTime”:368025,“contentLength”:9},“message”:"GET /api/reporting/generateReport/yLli0noBQIvN2Jb0KJ_z?timezone=Europe%2FZurich 200 368025ms - 9.0B”}
I can open the dashboard I want to have the report about and it does not take very long to open.
I hope you have any hints on how to solve this problem.
BR,
Lukas