-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Issue in showing Progress and downloading #63
Comments
Hi @sabir-piludiya, Progress panel uses SimpleJson datasource to get list of exported files. Please, make sure you've specified your In case it doesn't help:
|
Hi @rozetko Thanks for quick response.
I'm using grafana-data-exporter-panel of 0.5.1 and corpglory/grafana-data-exporter docker image. Thanks. |
It's a known problem: #29. This error appears because your Grafana uses HTTPS, but grafana-data-exporter doesn't. The best solution would be to run grafana-data-exporter with HTTPS. The reason is: modern browsers don't allow users to query HTTP from HTTPS. It'll be fixed as soon as we convert the plugin to application (so that we can use Grafana server as proxy to query the grafana-data-exporter server) |
@rozetko You are right however I'm already running grafana-data-exporter in HTTPs. CSV downloading is working. but delete is not working (Sends Unexpected Error in grafana) |
@sabir-piludiya thanks for the feedback, I've reproduced the bug and created an issue: #65 |
I have used dashboard from the example in this repo. I've also installed the SimpleJson Plugin in Grafana.
However When I click on export and add task nothing is shown at Progress panel. the data is available at exporter side.
I need to have progress bar in Dashboard from where I can download it directly.
It shows following error in the progress panel :
In console I get following error when click on add task :
Please if you can help to fix this. Thanks.
The text was updated successfully, but these errors were encountered: