This project was originally contributed by Volkov Labs - thanks for all your great work!
We have republished under the same plugin ID, keeping the community signature. This means you can simply update your plugin version. A new ID would have required manual updates to your dashboards. For additional information on the changes, see the Notices.
This project is currently maintained by Grafana Labs. We welcome pull requests and will review them on a best-effort basis. If you're interested in taking on this project long-term, contact [email protected]. We're eager to work with new maintainers and eventually hand over the project.
The Business Forms panel is a groundbreaking plugin for Grafana, designed to empower users by allowing direct interaction with application data and configurations within dashboards. Whether you're managing data or customizing settings, this plugin streamlines workflows with an intuitive interface.
Ensure your Grafana version meets the following requirements for compatibility with Business Forms:
- Business Forms 6.X: Grafana 11 or 12
- Business Forms 4.X, 5.X: Grafana 10.3 or 11
- Data Manipulation 3.X: Grafana 9 or 10
- Data Manipulation 2.X: Grafana 8.5 or 9
- Data Manipulation 1.X: Grafana 8
Install the Business Forms panel easily via the Grafana Plugins Catalog or using the Grafana CLI.
grafana cli plugins install volkovlabs-form-panel- Customizable Forms: Create tailored forms to suit your specific needs.
- Custom Code Support: Write custom code for initial and update requests.
- API Integration: Supports
GET,DELETE,PATCH,POST, andPUTrequests for data manipulation. - Request Headers: Add custom headers to initial and update requests.
- Flexible UI: Customize Submit/Reset buttons and form layouts.
- Sectional Layouts: Organize form elements into distinct sections.
- User Confirmation: Prompt users for confirmation before executing updates.
- Payload Control: Send all data or only updated elements in requests.
- Notifications: Display success/error messages via custom code.
- Code Suggestions: Get parameter suggestions in the built-in code editor.
Explore detailed guides and resources to maximize the potential of Business Forms:
| Section | Description |
|---|---|
| Data flow | Understand data flow and its specifics. |
| Form elements | Learn about form element configurations. |
| REST API | Dive into REST API architecture and NGINX usage. |
| Custom code | Access plugin options, API responses, and Grafana services. |
| Features | Explore all plugin capabilities. |
| Servers | View examples of API server implementations. |
| Tutorials | Follow step-by-step guides. |
| Release notes | Stay updated with the latest features and fixes. |
This project is licensed under the Apache License Version 2.0. See the LICENSE file for details.