My apologies for this newb question… but I just started to use InfluxDB. I am using Grafana as the front end to graph SNMP bandwidth data and I am hoping there is a flag or something similar that will remove the \ from the query results to clean them up.
SHOW TAG VALUES WITH KEY = “ifAlias” WHERE hostname =~ /pr01/ AND ifAlias =~ /LEVEL3/
I am not sure if my question is InfluxDB related to more Grafana related to strip out the \ from the returned results. Any help would be greatly appreciated.
Thank you for the reply. I am using LibreNMS and its built in InfluxDb support. If I understand what you are saying, the insert is not escaping these white spaces with a \ and that the data is stored in influx with the \ already in place. Is that correct…??