Questions tagged [grafana-plugin]

23 questions
0
votes
0 answers

Grafana druid plugin failed to start

I'm getting a Failed to start plugin error when trying to add the grafana-druid plugin: EROR[09-22|14:50:59] Failed to start plugin logger=plugins.backend pluginId=grafadruid-druid-datasource error="fork/exec…
covfefe
  • 2,485
  • 8
  • 47
  • 77
0
votes
0 answers

How to configure the Solr Datasource for Grafana?

I wanted to be able to make some dashboards through collections in Solr. I have added the plugin Solr data source for Grafana, but my problem is that I can't see how to configure all the parameters (parameters_screenshot) of this plugin on Grafana !…
0
votes
1 answer

How to import Datasources in grafana using from the export json file

1)I have exported a dashboard in a json file. 2)When I re-import the json file, grafana does not install the plugins that were used in the dashboard. Is there a way I can configure plugons to be insalled by default in my .ini file. or is there a…
0
votes
1 answer

TDengine alert rule can not run

My TDengine graph works fine, but the alert rule can not run. I got this detailed error message "tsdb.HandleRequest() error Could not find executor for data source type: tdengine-datasource". version info: system 14.04.1-Ubuntu, grafana…
hook capt
  • 135
  • 5
0
votes
0 answers

Unable to install grafana plugins using grafana-cli

Installed Grafana by bitnami helm chart. exec into the pod to install the plugins but having lot of issues as below: I have no name!@dhrubjee-grafana-bcc7c4cc4-kttd6:/opt/bitnami/grafana$ grafana-cli plugins install Error: ✗ please specify plugin to…
learner
  • 2,480
  • 10
  • 50
  • 94
0
votes
1 answer

Grafana "grafana-meta-queries" not found

Hellow! I need use this plugin in my grafana: https://github.com/GoshPosh/grafana-meta-queries and I have configured in this way: The error that I received is "Cannot read properties of undefined (reading '0')" I am testing in a grafana 8.5.2 and…
0
votes
1 answer

Grafana - send an email from custom panel plugin

I created a custom panel plugin (TypeScript + React) that get data from ElasticSearch to monitor our systems. The plugin with custom logic (based on data) shows the state of the systems. Now I would like to send an email to a SMS gateway (or even to…
MetalHead
  • 181
  • 1
  • 15
-1
votes
1 answer

rxjs bindCallback Subscription on mqtt-client message-event only triggers once and does not trigger DataQueryResponse subscriber.next()

I am currently trying to create a streaming DataSource plugin for Grafana. To do this, I have adapted the code from the official instructions so that data from an MQTT Topic is passed to Grafana. Here is the official working demo code with a timed…
JohnDizzle
  • 1,268
  • 3
  • 24
  • 51
1
2