- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Supply Chain Firewall - Events
Supply Chain Firewall - Events
Supply Chain Firewall is a command-line tool designed to prevent the installation of malicious packages from PyPI and npm. It is primarily intended for engineers to safeguard their development workstations against supply-chain attacks and reduce the risk of compromise during software development.
Integrate Supply Chain Firewall with Datadog’s pre-built dashboard visualizations to gain insights into Package Manager logs. With Datadog’s built-in log pipelines, you can parse and enrich these logs to facilitate easy search and detailed insights. Additionally, the integration includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security.
Minimum Agent version: 7.69.1
Execute the following command to start configuration for Supply Chain Firewall:
scfw configure
Follow the setup prompts and configure the options as needed. During the log forwarding configuration, choose one of the options below to send logs to Datadog, based on your preferences:
Option 1: Sending Logs through the Datadog Agent
Configure log forwarding through the Datadog Agent:
[?] If you have the Datadog Agent installed locally, would you like to forward firewall logs to it? (y/N): y
[?] Enter the local port where the Agent will receive logs (default: 10365): <PORT>
[?] Select the desired log level for Datadog logging:
> Log allowed and blocked commands
This will automatically create the scfw.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory, using the provided port for TCP log forwarding.
Log collection is disabled by default in the Datadog Agent. Enable it by editing the datadog.yaml
file:
logs_enabled: true
Restart the agent to begin accepting firewall logs:
sudo systemctl restart datadog-agent
Option 2: Sending Logs through an API Key
[?] If you have the Datadog Agent installed locally, would you like to forward firewall logs to it? (y/N): N
[?] Would you like to enable sending firewall logs to Datadog using an API key? (y/N): y
[?] Enter a Datadog API key: <DATADOG_API_KEY>
[?] Select the desired log level for Datadog logging:
> Log allowed and blocked commands
us1
. If your instance uses a different site, set the DD_SITE
environment variable accordingly using the appropriate Site Parameter
from the Datadog site documentation.After setup, update your current shell environment:
For Bash:
source ~/.bashrc
For Zsh:
source ~/.zshrc
If you selected Option 1 to forward logs through the Datadog Agent, run the Agent’s status subcommand and look for scfw
under the Logs Agent section.
The Supply Chain Firewall integration collects and forwards Package Manager logs to Datadog.
The Supply Chain Firewall integration does not include any metrics.
The Supply Chain Firewall integration does not include any events.
Need help? Contact Datadog support.
Supply Chain Firewall - Events
Supply Chain Firewall - Events