Previously, I was using Docker version docker_elk_8.9.1, and the SNMP connector was functioning properly.
However, after upgrading to Docker_elk_8.13.1, I started experiencing problems with the SNMP connector.
The error message I received is as follows: [plugins.actions.email] action execution failure: .email:10374bc1-f265-44ae-857e-a4a3edca345f: SNMP: error sending email: Client network socket disconnected before secure TLS connection was established
Note: I am not using SSL certification in My Pervious version .
Now new versions well .
Please suggest me anything i need to do in configuration ..?
There might have been a breaking change in the network settings for the docker images, and some ports are not available any more / some traffic is not properly routed.
Theoretically, you can also ssh into the image that's sending this error message and manually try curl'ing the URL used for emails and see what's actually going on.
We are using plain smtp server on 25 port .
we added the below syntax in kibana.yml
xpack.actions.customHostSettings:
url: smtp://xxxx.xxxxxx.xx.com:25
ssl:
verificationMode: 'none'
smtp:
requireTLS: false
but still not working
Between Elastic and Kibana we have setup the TLS handshake as per ELK documentation.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.