freedomofpress / ansible-role-elk

Installs a turnkey ELK stack for log aggregation and analysis, with optional Riemann support for alerting
18 stars 13 forks source link

Raise disk space alert threshold #37

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

The slack_alert logic (dependent on riemann) currently uses 80% as the threshold to spit an alert. That threshold is not configurable via a var, unfortunately. Let's bump it to 90% as a saner default.

Templatizing the logstash configs would enable us to use vars, as well. There's a beautiful write-up on a templatized conf.d setup here: Managing complex application configuration

conorsch commented 8 years ago

Closed via #38.