Questions tagged [grafana-variable]
245 questions
0
votes
0 answers
Grafana variable inside script
I am trying to access a Grafana variable carrying a timestamp in a script inside a text panel.
Honestly I am not sure if this is even possible.
This is the script where I would like to replace the timestamp string with a variable I have defined as…

FeliceM
- 4,163
- 9
- 48
- 75
0
votes
0 answers
Custom Geomaps in Grafana: Integrating JSON Data for Basemaps and Layers
I have a local Grafana setup and I'm attempting to customize my Geomap by adding my own separate basemap and layers to integrate ArcGIS into Grafana. As a newcomer to Grafana, I encountered an error when trying to add my custom JSON. I'm seeking…

engicode123
- 69
- 3
0
votes
0 answers
Normalize / Transform all Panels in a Dashboard in Grafana
I have a Grafana Dashboard with a bunch of panels of time series data - for example, some graphs of "number of searches" this week vs last week at the same time, grouped by time.
I want to normalize this data by, say, number of new users, so the…

ozhou
- 105
- 6
0
votes
0 answers
Issue with Dimension Values in Alerting with CloudWatch Datasource
I'm currently using Grafana version 9.4.7 with AWS CloudWatch as my data source. I have a panel where I'm monitoring the SumOffsetLag metric from the AWS/Kafka namespace. I have three dimensions in my setup: Cluster Name, Consumer Group, and…

OriM
- 3
- 3
0
votes
1 answer
Prometheus with blackbox exporter http status code of 0
In Prometheus with black box exporter for website monitoring getting http status code of 0 (zero) in the some datapoints.
Any comments please
tried to Corelated "https 0" for any actaull error/issue with infra & at the same time instances dint found…

Ravi Raj
- 1
0
votes
1 answer
How to put the Grafana time range into an ElasticSearch log link?
I'm adding a Data Link or Panel Link to my Grafana panel or data. I want the link to go to ElasticSearch logs... but I want to include the current time range of my Grafana dashboard.
Here's a portion of a sample Elastic link, relevant part…

Jake Toronto
- 3,524
- 2
- 23
- 27
0
votes
0 answers
Filter Zabbix Tags in Grafana Dashboard
I have a Dashboard in Grafana and I added a Dashboard with Zabbix Problems
I'm monitoring a Switch with multiple interfaces.
In the 'tags' field inside the Grafana panel, what should I put to display only all items that contain the tag 'Interface:…

mikael
- 11
- 2
0
votes
1 answer
How to disable some Influx queries in Grafana based on variable value?
I have a Dashboard graph in Grafana, where I need to select data from Influx. However, I want to use variable to change which queries are active and which are not.
Currently Grafana does not support variables in transformations, thus I am trying to…

rojikada
- 347
- 1
- 3
- 9
0
votes
0 answers
Where can a Grafana datasource's query options be modified?
I want to add more text fields under the "Query Options" here for my datasource. But in the datasource code, I don’t see where this is specified. Searching for “Regex” in the datasource codebase doesn’t return anything. I generated the datasource…

covfefe
- 2,485
- 8
- 47
- 77
0
votes
0 answers
What is the correct way to access/use Grafana variable in the angular template of grafana?
I want to use Grafana variable in the angular template.
I tried to access the variable by different methods such as:
1.const host = '{{ host }}';
2.const host = '$host';
3.const host =…

Gwen Stacy
- 1
- 2
0
votes
0 answers
Passing environment variables to Grafana Dashboard JSON file
I have a Dockerized instance of Grafana dashboard (with all relevant files) in the git repo, which is connected to the CI/CD pipeline. The dashboard uses Google BigQuery as the data source; it uses queries to display results on the panels. The…

Talal
- 69
- 1
- 6
0
votes
0 answers
Custom Grafana alert viewer/dashboard
Using Grafana 9.4. Does Grafana expose environment variables of alerts, for me to create my own dashboard and views? Grafana has the alert rule config UI, but that's not what I want to use as an alert dashboard. The only thing I see is the Alert…

sOltan
- 447
- 1
- 7
- 20
0
votes
1 answer
Dashboard wide searching in Grafana
I have a single grafana dashboard. In that dashboard, there are two panels, both of which are tables. I want to implement a search feature i.e. I want to ideally have a search box at the top of the dashboard and whatever user types in that search…

Ashutosh Kumar
- 9
- 2
0
votes
1 answer
How to use Grafana query variables in KQL log queries In Grafana
I'm working with Grafana and using KQL for log queries. I want to incorporate Grafana query variables into my KQL queries to make them more flexible and interactive. However, I'm facing challenges in understanding how to use query variables…
0
votes
0 answers
grafana query to count same values until value changes
Good afternoon. So I am creating a grafana dashboard and I am having a problem with counting a unique number in a list until the number changes. I am counting the number of times a service is unavailable, when the ping rate is 100% loss. The…

Ivyand
- 1
- 1