We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to send test notification to MSTeams behind a proxy
The text was updated successfully, but these errors were encountered:
I am also facing same issue, is there any solution
Sorry, something went wrong.
I found out that I had to set the proxy for Graylog. Then the sending to MS-Teams works in Graylog 5.2
You can set environment variables for this. In a systemctl service file it looks like this:
-e GRAYLOG_HTTP_PROXY_URI=http://your-proxy:your-proxy-port \ -e GRAYLOG_HTTP_NON_PROXY_HOSTS=your-opensearch-server.your-domain,127.0.0.1,localhost \
-e GRAYLOG_HTTP_PROXY_URI=http://your-proxy:your-proxy-port \
-e GRAYLOG_HTTP_NON_PROXY_HOSTS=your-opensearch-server.your-domain,127.0.0.1,localhost \
If you get this message: Error: Unable to send the Message. timeout
Try to delete the "Custom Message (optional)" and use a simple string like "Test"
No branches or pull requests
Description
Unable to send test notification to MSTeams behind a proxy
Steps To Reproduce
Environment (Docker)
The text was updated successfully, but these errors were encountered: