Static and dynamic interface elements of Data Manipulation plugin | DML using data source in Grafana

preview_player
Показать описание
What does the user interface look like when you employ the data manipulation plugin? This video will give you the answer and two significant options: static and dynamic (from your data source).

LINKS FROM THE VIDEO

CHAPTERS
0:00 Intro
0:13 Choice of user interface elements in the Data Manipulation plugin
0:40 Two types of values: static(hard-coded) and dynamic (from your data source)
0:50 A quick how-to for the dynamic values setup

DISCOVER

GET IN TOUCH

#Grafana #GrafanaPlugins #DataManipulation #DML #dmlingrafana #database
Рекомендации по теме
Комментарии
Автор

We received multiple questions on how to dynamically update elements' options and add new form elements by reading configuration from the data source. In this video, Daria Volkova demonstrated how to do it. Let's go!

mikhail-vl
Автор

Hi,
is it possible to have the option in data manipulation Plugin, if i Have click on "reset " button the default value for the elements to be set automatically.

iPLONIndia
Автор

Could you please elaborate more or point me in the direction where I can use the GET method to get the data from the table to populate in the same panel and can do actions like delete or update? using the buttons.

jigneshkorat
Автор

How to manually update data in influxDB using this plugin?

renataiot
Автор

Hello! Could you explain how to show my query result on another Grafana widget like Stat, for ex.?

arinagrishina
Автор

Can the actual Grafana be used on mobile devices or even have a wrapping mobile app ?

holgerwinkelmann
Автор

I see the code snippets allow to load the controls from datasource when we load the panel for the first time. Is there any way to update the control with successive refreshs?

justinozavala
Автор

Hi @mikhail-vl and @volkovlabs

I would like to ask a question if its possible. First of all, Thanks you for this wonderful plugin

I have been using and testing Data Manipulation plugin for my company which handle several Customer performing their automatization.
I have a dashboard on Grafana Cloud where the plugin was working smooth and nice created around 4 months ago. Now my company wants to implement the plugin in all customers to introduce data. But after install it in a new grafana instance I have a problem trying to access to the updated/new values.

The only difference I can see is that in my old dashboard the plugin is 2.7.0 and after install it yesterday in the new instance is version 3.0.0. I was trying to downgrade but I think I cant.

I was using this code in Update function to get the values options.elements[0].value but now its not giving me the new value.

I wondering if something change in the new version. Im Trying to get some example code but Im not getting through.

Could you help me please, its is very important for us right now.

Thanks in advance

yoslandymesa