Hi all,
I have a postgres database with an excel spreadsheet which I use for threshold purposes in other panels.
I have 1 panel that display all the data and it is populated with a simple “select * from table” using a postgres datasource.
Problem:
I need to update the data dynamically somehow in grafana, I can update/alter/insert data using the datasource and a query, but SQL language is not user friendly, and eventually the user will not have access to the edit panel section.
Is there any plugin/panel/custom code in Grafana that allows me to update my PostgresSQL database directly in the dashboard? Some kind of form that brings the data and allows it to updated it
Could you please point us to what part is not clear or broken? We consolidated most of our documentation from GitHub in one place and may miss something.
The Data Manipulation plugin was created to use API for retrieving and updating the data. It’s possible to use data sources directly, and we have an issue open to look into it, but using API is a safer option.
We produced multiple YouTube tutorials to get Started for the Data Manipulation panel.