---
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
{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

## 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.md) 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.md#restart-the-agent).

For more information, see the:

- [Datadog Logs documentation](https://docs.datadoghq.com/logs/log_collection.md)
- [Datadog Dashboards API](https://docs.datadoghq.com/api.md#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.
