racker/cookbook-reach-logstash-forwarder

Name: cookbook-reach-logstash-forwarder

Owner: racker

Description: Chef Cookbook for installing the Logstash Forwarder

Created: 2014-06-30 20:25:58.0

Updated: 2017-01-29 14:52:05.0

Pushed: 2015-01-30 18:54:31.0

Homepage: null

Size: 353

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

logstash-forwarder

Chef cookbook for installing and configuring the Logstash Forwarder

Attributes

The following attributes will need to be defined:

Additional optional attributes may be overwritten:

Rendered Template

The template which is to be rendered inside the /etc/logstash-forwarder.conf file might look something like this:

es": [
      {
        "paths": [ "/var/log/auth.log" ],
        "fields": { "type": "auth" }
      },
      {
        "paths": [ "/var/log/ufw.log" ],
        "fields": { "type": "syslog" }
      }
    ]

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.