Graylog2 / graylog2-images

Ready to run machine images
Apache License 2.0
238 stars 91 forks source link

failed to send test alert notification #191

Closed maryxu closed 7 years ago

maryxu commented 7 years ago

Hello guys, I've a problem when I'm sending a test alert notification to my email address. Here's the configuration file I modified. The graylog 2.2.3 is deployed by using OVF. root@graylog:~# cat /etc/graylog/graylog-settings.json { "timezone": "Etc/UTC", "smtp_server": "10.119.13.185", "smtp_port": 25, "smtp_user": "#####@activenetwork.com", "smtp_password": "secret", "smtp_from_email": "#####@activenetwork.com", "smtp_web_url": "http://10.148.10.###/", "smtp_no_tls": false, "smtp_no_ssl": true, "master_node": "10.148.10.###", "local_connect": false, "current_address": "10.148.10.###", "last_address": "10.148.10.###", "enforce_ssl": false, "journal_size": 1, "node_id": false, "internal_logging": true, "web_listen_uri": false, "web_endpoint_uri": false, "rest_listen_uri": false, "rest_transport_uri": false, "external_rest_uri": false, "custom_attributes": {

} } error

joschi commented 7 years ago

We are using GitHub issues for tracking bugs in Graylog itself, but this doesn't look like one. Please post this issue to our discussion forum or join the #graylog channel on freenode IRC.

Thank you!