Hi,
We are trying to enable the posibility to send slack messages when a condition is met, by using "Alerts and Actions".
We configured the keystore with slack accounts but when testing the slack connector it fails and in kibana logs we see this error:
[pod/cluster-logging-kibana-8459d45899-rcs7g/kibana] {"type":"log","@timestamp":"2021-07-22T09:51:40Z","tags":["warning","plugins","actions","actions"],"pid":6,"message":"action execution failure: .slack:e4262de2-831c-4764-94e0-c49ba41b06e3: test: error posting slack message: A request error occurred: connect ETIMEDOUT 3.123.248.34:443"}
We suspect that this is due to a proxy configuration but it keeps failing even after adding this env to kibana and restarting the process:
- name: JAVA_OPTS
value: >-
-Dhttps.proxyHost=proxy.internal.xxx.xxx
-Dhttps.proxyPort=8080
Any idea what could be missing?
Thank you,
