Giter Site home page Giter Site logo

cookbook-logstash-forwarder's Introduction

logstash-forwarder

Description

Cookbook with LWRPs for install and managing logstash-forwarder

Requirements

Platforms

  • amazon 2014
  • redhat 6
  • centos 6
  • scientific 6
  • fedora 18, 19
  • debian 7
  • ubuntu >= 12.04

Attributes

Attribute Description Type Default
node['logstash-forwarder']['package_name'] logstash-forwarder package name String logstash-forwarder
node['logstash-forwarder']['service_name'] logstash-forwarder service name String logstash-forwarder
node['logstash-forwarder']['logstash_servers'] List of servers, which will be used as downstream. Array ['localhost:5043']
node['logstash-forwarder']['timeout'] Network timeout in seconds. This parameter will be passed to config file. Integer 15
node['logstash-forwarder']['config_path'] The path to the config file String /etc/logstash-forwarder.conf
node['logstash-forwarder']['version'] logstash-forwarder package version String 0.4.0
node['logstash-forwarder']['ssl_ca'] The path to trusted ssl ca certificate. Downstream servers must be signed by this cetificate. String platform dependent
node['logstash-forwarder']['enable_ssl'] Whether to enable SSL or not. Boolean false
node['logstash-forwarder']['ssl_cert'] The path to ssl certificate. Required when enable_ssl is true. String ''
node['logstash-forwarder']['ssl_key'] The path to ssl key. Valid when enable_ssl is true. String ''
node['logstash-forwarder']['package_url'] Url from which to load the logstash-forwarder package. String platform dependent

Resources/Providers

log_forward

Adds information about wich files must be forwarded to remote logstash server to config file.

Attributes

Attribute Description Type
paths List of files, which will be forwarded to remote logstash server Array
fields A dictionary of fields to annotate on each event. Hash

Examples

You may see examples in fixture cookbook: test/fixtures/lwrp_test/recipes/default.rb

Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.