Questions tagged [grafana-templating]

Add this tag to questions regarding Grafana Templating.

188 questions
0
votes
2 answers

Query templating in Grafana with Elasticsearch datasource

I have the values like Name:"Christopher; Johnson" , "Christopher; Nolan" etc. with the firstname and lastname seperated by a semicolon from the ES datasource. I'm trying to get these names in the variable template in Grafana. The query I tried:…
schikkamksu
  • 75
  • 1
  • 12
0
votes
1 answer

Term aggregation using template in Grafana with Elasticsearch as data source

I have a doc in Elasticsearch with different fieldnames, eg: a,b,c,d... I want to use templating in Grafana to query a term aggregation in such way that I get the values in a field. eg: i. I'm trying to use this…
Bartors
  • 180
  • 1
  • 16
0
votes
1 answer

Grafana DataSource created with ''Pattern'' = No Pattern in elasticsearch.yml datasources config file

I am installing Grafana in OpenShift and want to put all our DataSources in a ConfigMap( I can't use the GUI). So far, it all work's good, my config map is being read and Grafana is happy with it. Sort of... I need more... In (GUI) the…
yield
  • 264
  • 4
  • 13
0
votes
1 answer

Not able to create Grafana dynamic dashboard on influxDB dot included measurement

The situation is i'm using telegraph for sending data to influxDB and Grafana(5.1.3) to visualize.influxDB storing the data in below…
Jogendra Kumar
  • 513
  • 5
  • 14
0
votes
2 answers

Grafana templates for Prometheus

I am trying to update the node-exporter-full Grafana dashboard with some of our internal labels as templates. We have labels for "pod" and "servertype" which can be used to get a subset of "nodes" to list at the top of the dashboard. I can add…
tavor999
  • 447
  • 6
  • 25
-1
votes
1 answer

Default Grafana Alerting templates

I'm looking for the default templates that Grafana uses to send alert notifications... I'd like to make some changes but I couldn't find these templates anywhere to base myself on... Does anyone know where the default grafana templates are? I will…
-1
votes
2 answers

How to validate Grafana's json file against 3.1 version

I'd like to share my dashboard to Grafana community, but at the upload page the json isn't validated as "Old dashboard JSON format". it isn't clear which part is wrong or missing. How I can upgrade it and what particular part can be missed there? I…
Eljah
  • 4,188
  • 4
  • 41
  • 85
-2
votes
1 answer

Prometheus + Grafana trouble with templating

In Grafana make template: Name - Instance Query - label_values(instance) for recive all instance. And have reqest example: sum(machine_cpu_cores) by (instance) If sum(machine_cpu_cores) by (instance=~"$Instance") I have error. How do it right?…
1 2 3
12
13