hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Additional info in alert message #893

Open rozetko opened 4 years ago

rozetko commented 4 years ago

It would be nice to be able to select a DB field to render in alert message, e.g. Holiday today ({{name}}) (name is the DB field)

Capture

For example, let's assume you have a table in DB with time,value,name fields. You can write SELECT time, value from table query to get detections but you can't do SELECT time, name, value from table because both Hastic and Grafana don't work with this format.