Michael Brothers

Results 4 comments of Michael Brothers

In this a little late. I am able to get the read request working through the router, but am unable to get the write properties to work. I am defining...

Bingo. Using wireshark I was able to see what the issue was. ![priorityZero](https://user-images.githubusercontent.com/52111228/74610673-e9826f00-50ba-11ea-830d-23cd56328ef1.PNG) By default it was attempting to write at priority zero and I wasn't providing it any options....

Yeah it would definitely be beneficial. I am pushing all of the alerts to an Influxdb instance and need a way to delete them. It would be much easier to...

Awesome! So in the example, it would be something like: |influxDBOut() .create() .database(outputDB) .retentionPolicy(outputRP) .measurement(outputMeasurement) .tag('alertName', name) .tag('triggerType', triggerType) .tag('acked', 'false') .tag('location', 'Building 1') .tag('id', rand()) ?