* [stable/elastalert] Add support to custom SSL certificates
Signed-off-by: Thomas Ramé <thomas.rame@outlook.com>
* Upgrade the chart version
Signed-off-by: Thomas Ramé <thomas.rame@outlook.com>
* [stable/elastalert] Fix verbose/confusing index names on Elasticsearch 6.x
I had to set the writeback index to just `elastalert` in order to prevent elastalert to create verbose or confusing indices/types named like `elastalert_status_status/elastalert_status`, `elastalert_status_silence/elastalert_silence`, `elaststatus_status/elastalert`. The `_status` suffixes are redundant.
For more context, see the elastalert issue https://github.com/Yelp/elastalert/pull/1488 which was fixed via https://github.com/Yelp/elastalert/commit/c250100b7be07c68a53789569a86f87193ec37f4
* fix(elastalert): Bump chart version
* Add flag to use_ssl when connecting to elasticsearch
* Set checksum on config files to automatically restart pod after a config/rule change
* Set use_ssl variable using camel case
* Update values.yaml
* Updated image for Elasticsearch 6 support, removed supervisord since k8s deployments provide that capability already, and added apiVersion to support helm upgrades
* added new dockerfile source repo to sources list for the Helm chart
* removed obsolete repo from helm Chart source list
* conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot
* conditionally create the deployment only if elasticsearch host was provided; needed for PR merge bot
* change maintainer format