- Essentials
- In The App
- Infrastructure
- Application Performance
- Log Management
- Security Platform
- UX Monitoring
- Administration
Stunnel is a proxy designed to add TLS encryption functionality to existing clients and servers without any changes in the programs’ code.
Use the Datadog - Stunnel proxy integration to monitor potential network issues or DDoS attacks.
You must install the Datadog Agent on the server running Stunnel.
Create a stunnel.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Stunnel Proxy logs.
Available for Agent versions >v6.0
Collecting logs is disabled by default in the Datadog Agent. You must enable it in the datadog.yaml
file:
logs_enabled: true
Add this configuration block to your stunnel.d/conf.yaml
file to start collecting Stunnel Logs:
logs:
- type: file
path: /var/log/stunnel.log
source: stunnel
service: '<MY_SERVICE>'
sourcecategory: proxy
Change the path
and service
parameter values and configure them for your environment.
Run the Agent’s status
subcommand and look for stunnel
under the Checks section.