I am totally new to this and maybe need to be using multiple other services to get the data to grafana, please let me know if there is anything I need to clarify or add. I dont have an influxdb instance so that is why I am trying to use telegraf and graphite.
-
What Grafana version and what operating system are you using?
Grafana Cloud -
What are you trying to achieve?
Trying to get the data into Grafana using the PFsense telegraf plugin with the Graphite Output in the selection box. -
How are you trying to achieve it?
I am entering the information from the default graphite datasource that was created for the account in the pfsense telegraf package config page, using the api key I generated as an editor role. -
What happened?
Nothing when I try to explore my data nothing is available. -
What did you expect to happen?
I was expecting to see my data in the data explorer on grafana cloud. -
Can you copy/paste the configuration(s) that you are having problems with?
[global_tags]
user = “123456”
[[outputs.influxdb]]
urls = “https://graphite-us-central2.grafana.net/graphite/metrics”
skip_database_creation = true
password = “a generated api key”
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
The logs on pfsense are empty and Grafana UI is showing nothing. -
Did you follow any online instructions? If so, what is the URL?
Yes, except I am not sure where the carbon relay config is supposed to go, this is found by going to your grafana cloud account stack and clicking details on graphite. Grafana Cloud