---
title: Contrast Security
description: See attacks and vulnerabilities on Datadog from Contrast Security
breadcrumbs: Docs > Integrations > Contrast Security
---

# Contrast Security
Supported OS Integration version1.0.0
## Overview{% #overview %}

The Datadog-Contrast integration allows you to get your Contrast logs into Datadog.

## Setup{% #setup %}

### Log collection{% #log-collection %}

Enable logs collection for Datadog Agent in `/etc/datadog-agent/datadog.yaml` on Linux platforms. On other platforms, see the [Agent Configuration Files guide](https://docs.datadoghq.com/agent/guide/agent-configuration-files/) for the location of your configuration file:

```yaml
logs_enabled: true
```

- Add this configuration block to your `contrastsecurity.d/conf.yaml` file to start collecting your Contrast Logs:

- Create a new `conf.yaml` file.

- Add a custom log collection configuration group.

  ```yaml
  logs:
    - type: file
      path: /path/to/contrast/security.log
      service: contrast
      source: contrastsecurity
  ```

For more information on logs, see the [Contrast Security documentation](https://docs.contrastsecurity.com/).

- [Restart the Datadog Agent](https://docs.datadoghq.com/agent/guide/agent-commands/#restart-the-agent).

For more information, see the:

- [Datadog Logs documentation](https://docs.datadoghq.com/logs/log_collection/)
- [Datadog Dashboards API](https://docs.datadoghq.com/api/#create-a-dashboard)

## Data Collected{% #data-collected %}

### Metrics{% #metrics %}

The Contrast integration does not include any metrics.

### Events{% #events %}

The Contrast integration does not send any events.

### Service Checks{% #service-checks %}

The Contrast integration does not include any service checks.

## Troubleshooting{% #troubleshooting %}

Need help? Contact the [maintainer](https://github.com/DataDog/integrations-extras/blob/master/contrastsecurity/manifest.json) of this integration.
