my query looks like the following and I want to calculate a new column based on days * 86400 + hours * 3600, etc to get the number of seconds and graph it. As you may notice, I am not able to get the value out of >> r.status_information/last_state_change/days
Any Ideas? I am hunting cisco telemetry data, bfdsessionuptime…
Thanks in advance, best regards, Tom
@scott exactly what I was looking for, have had looked in to the samples for hours and the beginners guide fits best. thank you. Please allow one more question on this, I want to extend the filter r.destination_ipaddress == “192.168.xx” to a variable which than can be chosen at runtime from an ip-list ( ip address values to choose can be picked up by a distinct query to the destination_address). How would one start?
thanks in advance,
best regards,
Tom
@ToWo If you’re using InfluxDB Cloud or InfluxDB OSS 2.0, you can create a custom dashboard variable that lists all of the potential IPs.
The InfluxDB stores all dashboard variables in a v record that get’s append to all dashboard cells, so to use a variable in a dashboard query, you just use the v.variableName (or v["Variable Name"]) syntax: