Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling and format changes #517

Merged
merged 1 commit into from
Jan 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions contrastsecurity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

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

## Setup

Expand All @@ -16,13 +16,13 @@ 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.
```
logs:
- type: file
path: /path/to/contrast/security.log
service: contrast
source: contrastsecurity
```

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

For more information on logs: https://docs.contrastsecurity.com/installation-setupconfig.html#log

* [Restart the Datadog Agent](https://docs.datadoghq.com/agent/guide/agent-commands/?tab=agentv6#restart-the-agent).
Expand Down