grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Apache License 2.0
168 stars 49 forks source link

Looking for "Extract field" feature #68

Open OlivierGre opened 1 year ago

OlivierGre commented 1 year ago

The readme file says:

"This plugin automatically supports topics publishing numbers, strings, booleans, and JSON formatted values. Nested object values can be extracted using the Extract Fields transformation."

Where can I find this Extract Fields transformation?

Thanks

obglif commented 1 year ago

Edit your panel, select the "Transform" tab, then press "Add transform"

OlivierGre commented 1 year ago

Thank you very much!