- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Ivanti Connect Secure - Overview
Ivanti Connect Secure - Web Requests
Ivanti Connect Secure - Authentication
Ivanti Connect Secure - Connection and VPN Tunneling
Ivanti Connect Secure - Administrator Activities
Ivanti Connect Secure - Statistics and System Status
Ivanti Connect Secure gives employees, partners and customers secure and controlled access to corporate data and applications. The applications include file servers, web servers, native messaging, and hosted servers outside your trusted network.
This integration parses the following types of logs:
Visualize detailed insights into these logs through the out-of-the-box dashboards. Additionally, ready-to-use Cloud SIEM detection rules are available to help you monitor and respond to potential security threats effectively.
To install the Ivanti Connect Secure integration, run the following Agent installation command in your terminal, then complete the configuration steps below. For more information, see the Integration Management documentation.
Note: This step is not necessary for Agent version >= 7.59.0.
sudo -u dd-agent -- datadog-agent integration install datadog-ivanti_connect_secure==1.0.0
Collecting logs is disabled by default in the Datadog Agent. Enable it in datadog.yaml
:
logs_enabled: true
Add this configuration block to your ivanti_connect_secure.d/conf.yaml
file to start collecting your logs.
See the sample ivanti_connect_secure.d/conf.yaml for available configuration options.
logs:
- type: tcp # or 'udp'
port: <PORT>
source: ivanti-connect-secure
service: ivanti-connect-secure
Note:
PORT
: Port should be similar to the port provided in Configure syslog message forwarding from Ivanti Connect Secure section.<IP/DOMAIN>:<PORT>
.Run the Agent’s status subcommand and look for ivanti_connect_secure
under the Checks section.
Format | Event Types |
---|---|
JSON | Web Requests, Authentication, Connection, VPN Tunneling, Statistics, Administrator Activities |
The Ivanti Connect Secure integration does not include any metrics.
The Ivanti Connect Secure integration does not include any events.
The Ivanti Connect Secure integration does not include any service checks.
Permission denied while port binding:
If you see a Permission denied error while port binding in the Agent logs:
Binding to a port number under 1024 requires elevated permissions. Grant access to the port using the setcap
command:
sudo setcap CAP_NET_BIND_SERVICE=+ep /opt/datadog-agent/bin/agent/agent
Verify the setup is correct by running the getcap
command:
sudo getcap /opt/datadog-agent/bin/agent/agent
With the expected output:
/opt/datadog-agent/bin/agent/agent = cap_net_bind_service+ep
Note: Re-run this setcap
command every time you upgrade the Agent.
Data is not being collected:
Ensure traffic is bypassed from the configured port if the firewall is enabled.
Port already in use:
If you see the Port <PORT_NUMBER> Already in Use error, see the following instructions. The following example is for port 514:
Can't start UDP forwarder on port 514: listen udp :514: bind: address already in use
. This error occurs because by default, Syslog listens on port 514. To resolve this error, take one of the following steps:For further assistance, contact Datadog support.
Ivanti Connect Secure - Overview
Ivanti Connect Secure - Web Requests
Ivanti Connect Secure - Authentication
Ivanti Connect Secure - Connection and VPN Tunneling
Ivanti Connect Secure - Administrator Activities
Ivanti Connect Secure - Statistics and System Status