https://github.com/outstand/syslog-ng-datadog
https://github.com/outstand/syslog-ng-datadog
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/outstand/syslog-ng-datadog
- Owner: outstand
- Created: 2021-05-21T15:44:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T18:30:25.000Z (about 5 years ago)
- Last Synced: 2025-01-21T08:11:44.113Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```