이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.
Overview
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.
Setup
Installation
You must install the Datadog Agent
on the server running Stunnel.
Configuration
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.
Log collection
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:
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.
Restart the Agent
Validation
Run the Agent’s status
subcommand
and look for stunnel
under the Checks section.