I am using defaultNode set a default value for a missing field. Unfortunately this does not work, the field “usage” in the following example stays empty, not taking the value specified in the defaultNode.
“rancher”.“autogen”.memory is not a valid data source, thus no values are received for usage. If I understand it right this should lead to the activation of the default node, giving the field “usage” a default value of 0.
However the value of usage is not set to 0. It still is not available. What am I doing wrong?
Yes the query is not correct on purpose. I changed rancher/server to rancher/serve3r which does not exist. Thus no data is received. Shouldn’t the defaultNode activate in such situations?
InfluxDB sends a point containing a field only when there was an update for that field, is that right?
Sometimes the application that sends data to InfluxDB is not working. When that happens also no data will be sent from InfluxDB to Kapacitor. Thus the running Tickscripts get no data and nothing happens. Our goal is to recognize when Kapacitor receives no data and store this in a field, which is sent via influxDBOut() to InfluxDB.