Skip to content

Instantly share code, notes, and snippets.

@chetanmeh
chetanmeh / logstash-cq.conf
Last active December 23, 2015 08:19
cq-logstash
#Logstash Config File for parsing existing Logs in Cq/Sling based application
input {
stdin {
type => "stdin-type"
}
file {
type => "cq-ci-author"
path => ["/path/crx-quickstart/logs/error.log"]
debug => false