close
The Wayback Machine - https://web.archive.org/web/20220811221143/https://github.com/s-matyukevich/bosh-log-forwarder-boshrelease
Skip to content

s-matyukevich/bosh-log-forwarder-boshrelease

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
 
 

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: ['<host>:<port>']
      username: <username>
      password: <password>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages