clickhouse-grafana
clickhouse-grafana copied to clipboard
Error: ✗ Plugin isn't available for your version of Grafana
When I try to update my kubernetes grafana instance, I get next error in logs::
✔ Downloaded camptocamp-prometheus-alertmanager-datasource v1.2.1 zip successfully
Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.
✔ Downloaded grafana-piechart-panel v1.6.2 zip successfully
Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.
✔ Downloaded vertamedia-clickhouse-datasource v2.5.0 zip successfully
Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.
Error: ✗ Plugin isn't available for your version of Grafana (Grafana v9.0.0 linux-amd64)
Will this plugin work for Grafana >= 9.0.0 ? Thank's for your time.
I have the same problem
grafana v9.0.6
vertamedia-clickhouse-datasource v2.5.0

looks strange
altinity grafana plugin tested with Grafana 9.x and should works fine

Could you provide more context? how do you try to install this plugin in your environment?
Of course. The plugin doesn't work for me, with an error in the grafana ui "Failed to evaluate queries and expressions: failed to execute conditions: plugin unavailable".
x-services-options: &service_options
restart: unless-stopped
cap_drop:
- NET_ADMIN
- SYS_ADMIN
security_opt:
- no-new-privileges
services:
grafana:
<<: *service_options
container_name: grafana
image: grafana/grafana:9.0.6
volumes:
- /etc/localtime:/etc/localtime:ro
- ./grafana/ldap.toml:/etc/grafana/ldap.toml:ro
- ./grafana/data:/var/lib/grafana
environment:
GF_INSTALL_PLUGINS: vertamedia-clickhouse-datasource,grafana-piechart-panel,flant-statusmap-panel,camptocamp-prometheus-alertmanager-datasource,alexanderzobnin-zabbix-app
GF_SERVER_ROOT_URL: 'https://{{ nginx_site_fqdn }}'
GF_SESSION_COOKIE_SECURE: 'true'
GF_SECURITY_ADMIN_USER: admin
GF_SECURITY_ADMIN_PASSWORD: '{{ grafana_admin_password }}'
GF_SECURITY_COOKIE_SECURE: 'true'
GF_USERS_ALLOW_SIGN_UP: 'false'
GF_AUTH_LDAP_ENABLED: 'true'
GF_AUTH_LDAP_CONFIG_FILE: '/etc/grafana/ldap.toml'
GF_LOG_CONSOLE_FORMAT: json
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: 'vertamedia-clickhouse-datasource'

In your screenshot you see "plugin successuflly installed and available"
I tried to reproduce your docker-compose https://gist.github.com/cd1b0ceb7b95855a625eb14c3e743173 all works fine
could you provide more context?
Ubuntu 20.04.4 Docker version 20.10.7, build f0df350 Docker Compose version v2.2.2 grafana_debug_log.txt
Works correctly with this section in docker-compose.yml
security_opt:
- seccomp:unconfined
so, @Zeratyl06 looks like your default docker seccomp profile is too strict
I tested on ubuntu 20.04.4 + docker 22.06.0-beta.0 + docker-compose version 1.29.2
@vavilenski is issue still relevant for you or we can close?
close issue after inactivity from topic starter