cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Anyone know of a similar plugin (that is supported!) #100

Open Paul-Reed opened 1 year ago

Paul-Reed commented 1 year ago

It looks as though the latest version of this plugin cannot be installed, because it hasn't been updated with Grafana, so does anyone know of a button/switch which has similar functionality, and is maintained?

bastischubert commented 11 months ago

You could use the Canvas Panel with disable_sanitize_html set to true and enable_alpha set to true ( See https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#panels) You can then move the lever for "Show advanced element types" to on and see an element type "Button" in the dropdown of available elements.

sympatheticmoose commented 5 months ago

https://grafana.com/grafana/plugins/speakyourcode-button-panel/ could also be used in combination with a datasource, in this way any credentials required to execute the query are stored in secureJson rather than as plaintext.