Skip to content

Instantly share code, notes, and snippets.

input {
file {
type => syslog
path => "/var/log/messages"
}
}
filter {
grok {
type => syslog
@greenantdotcom
greenantdotcom / README.markdown
Created October 7, 2012 21:31 — forked from lukemorton/README.markdown
init.d file for statsd and carbon on rhel
Fork of https://gist.github.com/1071989
Further CentOS 5.x instructions customized by MJH

Ideally do this as SUDO

yum install -y git gcc gcc-c++ zlib-devel curl curl-devel openssl

Install node

TK - replace with nodejs-stable YUM instructions