Plugin not found on Grafana website "Add data source".
Hi,
I have installed Grafana version 6.7.2 which is certified with EM 13.4.
According to /etc/grafana/grafana.ini plugin location is here:
# Directory where grafana will automatically scan and look for plugins
;plugins = /var/lib/grafana/plugins
I have installed Grafana plugin using command
./grafana-cli --pluginsDir /var/lib/grafana/plugins --pluginUrl /tmp/oracle-emcc-app-1.0.0.zip plugins install oracle-emcc-app
which was fine. Grafana-Plugin was installad as user root. I found the plugin located at the expected directory:
[root@xxxx bin]# ls -l /var/lib/grafana/plugins
total 4
drwxr-xr-x. 6 root root 4096 Jun 14 12:57 oracle-emcc-app
[root@xxxx bin]#
[oracle@xxxx bin]$ pwd
/usr/share/grafana/bin