yellowpattern
yellowpattern
A work around for this is to use "." as the delimiter and have specific patterns for each domain. So if I have: influx.cpu_hosta.host.name.do.main.0.4% I need a specific pattern to...
Kind of but not really. I use collectd as the data source and host is always a FQDN. For some of the data I collectd, the "type_instance" field also has...
What if you put a dummy value in column 0 and then hide column 0 (via formatting rule)? Will that trick boom table into letting you sort on it?
I use boomtable with influxdb for many panels. The key to understanding how to use it is the "Alias By" option in grafana and matching that up with the boomtable...
In influxdb, you have to do "GROUP BY tag(instance),tag(host)" and then in the "Alias By" section, do "$tag_host,$tag_$instance" and then in your boomtable, set the separator to ",".
i have not tested it.
The header order is currently governed by the order of data returned by the query to whatever holds your data (graphite/influxdb, etc)
This should be a "Feature Request" to provide an option for the sorting of columns based on the column header. Both alphabetical sorting and numerical sorting should be supported. The...
I have "Tooltip Template" as "Host: _row_name_" because each row has the hostname in the first column. Does this help you?
The correct fix here is to not skip a filesystem that is a duplicate of a filesystem that has been ignored. This means that if an entry in the filesystem...