https://github.com/tengattack/dkron-processor-agent
dkron processor plugin
https://github.com/tengattack/dkron-processor-agent
Last synced: about 1 year ago
JSON representation
dkron processor plugin
- Host: GitHub
- URL: https://github.com/tengattack/dkron-processor-agent
- Owner: tengattack
- License: mit
- Created: 2018-09-06T08:18:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T21:16:29.000Z (over 1 year ago)
- Last Synced: 2025-02-10T02:18:49.087Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dkron-processor-agent
dkron processor plugin
## Installation
```sh
go get -u github.com/tengattack/dkron-processor-agent
sudo mkdir -p /etc/dkron/plugins
sudo cp ~/go/bin/dkron-processor-agent /etc/dkron/plugins
```
## Usage
```js
{
// put in dkron job configuration
// ...
"processors": {
"agent": {
"forward": true,
"dsn": "udp://logstash.server:10001"
}
},
// ...
}
```
## License
MIT