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

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

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:
```