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.
- Business Forms panel 4.X requires Grafana 10 or Grafana 11.
- Data Manipulation panel 3.X requires Grafana 9 or Grafana 10.
- Data Manipulation panel 2.X requires Grafana 9 or Grafana 8.5.
- Data Manipulation panel 1.X requires Grafana 8.
You can install the Business Forms panel from the Grafana Plugins catalog or use the Grafana command line tool.
For the latter, please use the following command:
grafana-cli plugins install volkovlabs-form-panel
- Provides functionality to create customizable forms.
- Supports custom code for initial and update requests.
- Supports API requests, including the
GET
request to get initial values and theDELETE
,PATCH
,POST
, andPUT
requests to send values updated in the form. - Allows adding request headers to initial and update requests.
- Supports customization of the Submit and Reset buttons as well as the form layout.
- Allows splitting form elements into sections.
- Allows requesting the user's confirmation before running an update request.
- Allows sending all or only updated elements in the request payload.
- Allows displaying success and error notifications through custom code.
- Supports suggestions for available parameters when writing program code in the code editor.
Section | Description |
---|---|
Data Flow | Explains the data flow and its specifics. |
Form Elements | Explains the specifics of form elements. |
REST API | Explains the REST API architecture and how to use NGINX. |
Custom Code | Explains how to access plugin options, API responses, form elements, and Grafana services. |
Features | Explains the plugin features. |
Servers | Provides examples of API server implementations. |
Tutorials | Easy to follow tutorials |
Release Notes | Stay up to date with the latest features and updates. |
The Business Suite is a collection of open source plugins created and actively maintained by Volkov Labs.
The collection aims to solve the most frequent business tasks by providing an intuitive interface with detailed written documentation, examples, and video tutorials.
With the Business Suite Enterprise, you're not just getting a product, you're getting a complete support system. You'll have a designated support team ready to tackle any issues.
You can contact us via Zendesk, receive priority in feature requests and bug fixes, meet with us for in-person consultation, and get access to the Business Intelligence. It's a package that's designed to make your life easier.
- Ask a question, request a new feature, or report an issue at GitHub issues.
- Subscribe to our YouTube Channel and leave your comments.
- Become a Business Suite sponsor.
Apache License Version 2.0, see LICENSE.