An open API service indexing awesome lists of open source software.

https://github.com/outstand/syslog-ng-datadog


https://github.com/outstand/syslog-ng-datadog

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# syslog-ng-datadog

# Supported tags and respective `Dockerfile` links

- [`latest`, (*Dockerfile*)](https://github.com/outstand/docker-syslog-ng-datadog/blob/main/Dockerfile)

# Usage

```yaml
syslog:
image: outstand/syslog-ng-datadog:latest
labels:
io.rancher.os.scope: system
log_driver: json-file
net: host
uts: host
privileged: true
restart: always
volumes_from:
- system-volumes
environment:
- API_KEY=${api_key}
```