-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
feat(wazuh): Add JVM proxy configuration for Slack notifications #1445
Conversation
Add JVM proxy settings to wazuh-indexer configuration to enable OpenSearch Dashboard Slack notifications when running behind a proxy. The configuration: - Sets both HTTP and HTTPS proxy host and port from http_proxy_url - Triggers wazuh-indexer restart when proxy settings change http_proxy_url needs to be defined before running wazuh-manager.yml
In my case, that's the error I get when the proxy isn't working e.g.
(works fine when proxy is in use) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Templating works, just didn't work my case because DNS wasn't being proxied.
(For future reference, that was fixed by adding 3.68.124.95 hooks.slack.com
to /etc/hosts)
/cherry-pick stackhpc/2023.1 |
feat(wazuh): Add JVM proxy configuration for Slack notifications
…23.1 feat(wazuh): Add JVM proxy configuration for Slack notifications (cherry-pick #1445)
Add JVM proxy settings to wazuh-indexer configuration to enable OpenSearch Dashboard Slack notifications when running behind a proxy. The configuration:
http_proxy_url needs to be defined before running wazuh-manager.yml