etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Dynamic field names possible in title search field #112

Closed sql25951 closed 7 years ago

sql25951 commented 7 years ago

idea

(Typical usage case scenario is monitoring for a bad keyword in elastic search like "FATAL" and if one is found grabbing the most useful fields into the email e.g hostname, message.) Therefore one search covers X servers.

The only issue with that is we cannot easily tell which server is alerting without reading the body of the email.

Therefore it would be super cool if you could look at pushing the field-names dynamically into your title?

Therefore a title might look like this:

L1 Alert - {hostname} - Script Fatal error

If the search has multiple matches, the behavior would have to be: top 1 else null.

sql25951 commented 7 years ago

in your tables Text in tables needs to v-align top, otherwise depending on the length of the message you have to scroll a long way down to view the host-name.)