You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Kapacitor with VictorOps alerting. It's working well but set of available data are quite limited.
In my model I need the hostname most of the time. It's an info I have in the tags in influx, that are available from kapacitor but not accessible in victorops as the data field is embedded json
A solution could be to send Data.Result as json object instead of json string in data fields
Victorops accept arbitrary json value and will automatically flatten the JSON of Data.Result
Hello,
I'm using Kapacitor with VictorOps alerting. It's working well but set of available data are quite limited.
In my model I need the hostname most of the time. It's an info I have in the tags in influx, that are available from kapacitor but not accessible in victorops as the data field is embedded json
A solution could be to send Data.Result as json object instead of json string in data fields
Victorops accept arbitrary json value and will automatically flatten the JSON of Data.Result
We have now 1 data field available:
That will become
This way I can get the hostname from "data.series.0.tags.host" via transmogrifier transformation
Another solutions would be to be able to set arbitrary fields for victorOps but I don't think it's wanted
The text was updated successfully, but these errors were encountered: