Telegraf: How do I select from InfluxDB what hosts are in the DB?

Created on 2 Oct 2015  路  3Comments  路  Source: influxdata/telegraf

I would like to select the hosts for a Grafana templated query, but I don't know how. It seems like something this simple should be documented, but I can't find it. Trying to use a "SQL Like" query language is about as productive as trying to eat "Food Like" plastic.

Most helpful comment

Something like SHOW TAG VALUES WITH KEY=host I think.
https://influxdb.com/docs/v0.9/query_language/schema_exploration.html

All 3 comments

Something like SHOW TAG VALUES WITH KEY=host I think.
https://influxdb.com/docs/v0.9/query_language/schema_exploration.html

Awesome! That worked. :) Thank you @gotyaoi

thanks for the help

Was this page helpful?
0 / 5 - 0 ratings