Open JenniferSilverman opened 4 years ago
Hi, @JenniferSilverman
Is your Elasticsearch(10.0.1.101:9200) work with HTTPS?
Please paste your result of curl -vk https://10.0.1.101:9200
.
Im using the rules file bellow and i don't getting any error in elastalert logs, but i don't recieve any alert in ZAMMAD
alert: post http_post_url: "https://itsm.xxxxxxx.de/api/v1/tickets" http_post_payload: #List of keys:values to use as the content of the POST. Example - ip:clientip will map the value from the clientip index of Elasticsearch to JSON key named ip. description: "this is a test" http_post_headers: Content-Type: "application/json" authorization: "Bearer ah6cjMAzZ4mkU8"
I am using the rule file below and getting the following error. The email part works.
SSLError: HTTPSConnectionPool(host='10.0.1.101', port=9200): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')],)",),))