jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
922 stars 287 forks source link

Update IRIS and GELF alerter and tests #1331

Closed malinkinsa closed 10 months ago

malinkinsa commented 10 months ago

Description

1317 iris_ca_cert discussion

Checklist

nsano-rururu commented 10 months ago

Please update the documentation. The default value for gelf_http_ignore_ssl_errors has been omitted, so please correct it accordingly.

https://github.com/jertel/elastalert2/blob/master/docs/source/ruletypes.rst#iris

iris_ca_cert: Path to custom CA certificate. ↓ iris_ca_cert: Set this option to True or a path to a CA cert bundle or directory (eg: /etc/ssl/certs/ca-certificates.crt) to validate the SSL certificate.The default value is: False.

https://github.com/jertel/elastalert2/blob/master/docs/source/ruletypes.rst#graylog-gelf

gelf_http_ignore_ssl_errors: Ignore ssl error. (Only used if gelf_type=http) ↓ gelf_http_ignore_ssl_errors: Ignore ssl error. (Only used if gelf_type=http).The default value is: False.

gelf_ca_cert: Path to custom CA certificate. ↓ gelf_ca_cert: Set this option to True or a path to a CA cert bundle or directory (eg: /etc/ssl/certs/ca-certificates.crt) to validate the SSL certificate.The default value is: False.

nsano-rururu commented 10 months ago

@jertel I have nothing more to point out. If there is no problem, please merge.