Skip to content

Instantly share code, notes, and snippets.

@willejs
willejs / gist:6906675
Created October 9, 2013 19:19
logstash template
{ "template" : "logstash*",
"settings" : {
"number_of_shards" : 20,
"index.store.compress.stored" : true
},
"mappings" : {
"_default_" : {
"_all" : {"enabled" : false},
"properties" : {
"@fields" : {
@willejs
willejs / gist:6061500
Created July 23, 2013 10:46
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'
@willejs
willejs / gist:5873147
Created June 27, 2013 00:50
check_ntp.py checks ntp time
#!/usr/bin/python
import re
import sys
import os
import getopt
def help():
print ''
print 'Usage: check_ntp.py -b ntpq_binary'