Hello,
I've installed xpack and I'm trying to use "reporting" plugin to generate pdf of my dashboard.
But I'm facing an issue with it, PDF aren't generated and I've the error "Max attempts reached (3)"
Here's the kibana logs:
_{"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","esqueue","worker","debug"],"pid":1884,"message":"jcbxggyx01gc2ceadd6txmh8 - querying for outstanding jobs"}_
_ {"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","esqueue","worker","debug"],"pid":1884,"message":"jcbxggyx01gc2ceadd6txmh8 - 1 outstanding jobs returned"}_
_ {"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","esqueue","worker","debug"],"pid":1884,"message":"jcbxggyx01gc2ceadd6txmh8 - Claimed job jcbzdu4k01gc2ceaddccowg4"}_
_ {"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","esqueue","worker","debug"],"pid":1884,"message":"jcbxggyx01gc2ceadd6txmh8 - Starting job jcbzdu4k01gc2ceaddccowg4"}_
_ {"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","worker","debug"],"pid":1884,"message":"Converting 1 saved object(s) to printable_pdf"}_
_ {"type":"log","@timestamp":"2018-01-12T13:52:14Z","tags":["reporting","debug"],"pid":1884,"message":"fetching screenshot of http://127.0.0.1:5601/elk/app/kibana#/dashboard/532ec1e0-b56f-11e7-b536-cd42aa2c2e8d?_g=(time:(from:'2018-01-11T23:00:00.000Z',mode:absolute,to:'2018-01-12T22:59:59.999Z'))&_a=(filters:!(),options:(darkTheme:!t),panels:!((col:1,id:ae6f6c50-b56d-11e7-b536-cd42aa2c2e8d,panelIndex:1,row:4,size_x:6,size_y:6,type:visualization),(col:1,id:faf2fa60-b56d-11e7-b536-cd42aa2c2e8d,panelIndex:3,row:13,size_x:12,size_y:4,type:visualization),(col:7,id:'2c451920-b570-11e7-b536-cd42aa2c2e8d',panelIndex:5,row:4,size_x:6,size_y:6,type:visualization),(col:1,id:'67287a00-b570-11e7-b536-cd42aa2c2e8d',panelIndex:6,row:1,size_x:6,size_y:3,type:visualization),(col:1,id:'8215da70-b579-11e7-b536-cd42aa2c2e8d',panelIndex:8,row:24,size_x:12,size_y:4,type:visualization),(col:7,id:'30b12c60-b59d-11e7-8570-2b715b035855',panelIndex:9,row:1,size_x:6,size_y:3,type:visualization),(col:1,id:'2b6200c0-b59f-11e7-8a8a-ad8fe5a03790',panelIndex:11,row:28,size_x:12,size_y:5,type:visualization),(col:1,id:'53954240-b898-11e7-baa7-8da97676e02e',panelIndex:12,row:17,size_x:12,size_y:4,type:visualization),(col:1,id:'8c352790-d059-11e7-8dfa-b7bba29d799d',panelIndex:13,row:21,size_x:12,size_y:3,type:visualization),(col:1,id:'0011fcb0-d686-11e7-ade6-af26430bccd2',panelIndex:14,row:33,size_x:12,size_y:3,type:visualization),(col:1,id:'9b550360-d9d9-11e7-a10c-17ca5f01eccb',panelIndex:15,row:10,size_x:12,size_y:3,type:visualization)),query:(query_string:(analyze_wildcard:!t,query:'*')),timeRestore:!t,title:Dash-Eureka,uiState:(P-14:(vis:(params:(sort:(columnIndex:!n,direction:!n))))),viewMode:view)"}_
_ {"type":"response","@timestamp":"2018-01-12T13:52:16Z","tags":[],"pid":1884,"method":"get","statusCode":404,"req":{"url":"/elk/app/kibana","method":"get","headers":{"accept":"application/json, text/plain, */*","accept-language":"en-US,en;q=0.8,fr-FR;q=0.5,fr;q=0.3","cache-control":"no-cache","connection":"Keep-Alive","dnt":"1","kbn-version":"5.4.1","referer":"http://freppau-aqtt156/elk/app/kibana","user-agent":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; VISION)","x-forwarded-for":"10.58.109.59","x-forwarded-host":"freppau-aqtt156","x-forwarded-server":"localhost","accept-encoding":"gzip, deflate","host":"127.0.0.1:5601"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://freppau-aqtt156/elk/app/kibana"},"res":{"statusCode":404,"responseTime":8,"contentLength":9},"message":"GET /elk/app/kibana 404 8ms - 9.0B"}_
I think the problem is linked to the 404 status, but I can't find a solution.
Is there any advice or tips about that ?
Kind regards,
Nicolas