Skip to content

Instantly share code, notes, and snippets.

@willejs
Created July 23, 2013 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willejs/6061500 to your computer and use it in GitHub Desktop.
Save willejs/6061500 to your computer and use it in GitHub Desktop.
example wrapper cookbook
#
# Cookbook Name:: spaceape_logstash
# Recipe:: default
#
# Copyright 2013, Space Ape Games
#
# All rights reserved - Do Not Redistribute
#
node.override['logstash']['agent']['xms'] = '128M'
node.override['logstash']['agent']['xmx'] = '128M'
include_recipe "logstash::agent"
include_recipe "spaceape_rsyslog"
include_recipe "logstash_handler"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment