-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting] Screenshot feature does not work in Windows, with Kibana running in the background #66943
Comments
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
Pinging @elastic/kibana-app-services (Team:AppServices) |
I've seen this same behavior happen when Windows itself was showing performance problems, and Kibana was not running as a background service. I am going to close this issue. @LeeDr has shown evidence there is not a systemic issue behind running Kibana as a background service. However, if the system has general slowness and the dashboard size in pixels is above a certain threshold, the reporting job will fail at the moment Kibana has to store the screenshot data in memory. The timeouts happen because sometimes, instead of crashing, Chromium just stops responding but sends no signal to the parent process that it can't complete the requested operation. Closing as duplicate of #63073 |
Kibana version: 7.x+
Elasticsearch version:
Server OS version: Windows
Browser version:
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.): download page
Describe the bug:
Running Kibana from the Windows command prompt works fine with Reporting, but when Kibana is started as a background task service, a bug causes Reporting jobs to fail.
The reason is due to an open bug with a Reporting dependency, described here: puppeteer/puppeteer#4290
Steps to reproduce:
Expected behavior:
Just as it works when running Kibana from the command line, Reporting should work when Kibana is running in a background task service.
A possible workaround is to create the Windows background task service as an "interactive" service, but that solution hasn't been verified.
The text was updated successfully, but these errors were encountered: