https://github.com/s-matyukevich/bosh-log-forwarder-boshrelease
https://github.com/s-matyukevich/bosh-log-forwarder-boshrelease
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-matyukevich/bosh-log-forwarder-boshrelease
- Owner: s-matyukevich
- Created: 2016-08-05T10:39:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T17:06:35.000Z (about 9 years ago)
- Last Synced: 2025-04-13T06:55:05.926Z (7 months ago)
- Language: Shell
- Size: 3.39 MB
- Stars: 4
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bosh Log Forwarder
This bosh release contains job, that is responsible for forwarding all BOSH logs to ELK.
## Ussage
Add the following lines to all instances, for which you want to configure log forwarding.
```
templates:
- name: bosh-log-forwarder
release: bosh-log-forwarder
properties:
elasticsearch:
hosts: [':']
username:
password:
```