etsy / 411

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

idea: Table view for alert auditing #113

Closed sql25951 closed 7 years ago

sql25951 commented 7 years ago

This system is very clicky, with no easy way to check your alert rules for errors.

There are two possible solutions:

  1. export rules to csv (if theres a db, this should be fairly simple)
  2. table view (all fields possible in a simple table with 1 search per row)
kiwiz commented 7 years ago

Not quite what you're asking for, but you can hit the /api/search endpoint to get all the searches in JSON format.

sql25951 commented 7 years ago

we'll try this, Thanks mate.