VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Grafana API Integration #340

Closed kirillyu closed 8 months ago

kirillyu commented 9 months ago

I can't figure it out on my own. I want to make a drop-down list of alerts inside a form so that I can select several of them and submit the form. Is it possible to somehow integrate the two solutions?

asimonok commented 8 months ago

@kirillyu you should configure a panel query which returns alerts and use it for select options.

Panel data

Screenshot 2024-02-27 at 13 24 20

Initial request settings

Screenshot 2024-02-27 at 13 43 21

Select settings

Screenshot 2024-02-27 at 13 45 31

We are preparing a blog post with detailed steps how to use options from panel data. Please let us know if there is anything else

kirillyu commented 8 months ago

wow, awesome