My favorites | Sign in
Project Logo
                
Changes to /sandbox/20090118-lucene-grok/grok.conf
r0 vs. r2156   Edit
  Compare: vs.   Format:
Revision r2156
Go to: 
Project members, sign in to write a code review
/sandbox/20090118-lucene-grok/grok.conf /sandbox/20090118-lucene-grok/grok.conf   r2156
  1 program {
  2 load-patterns: "grok-patterns"
  3
  4 file "/tmp/access.log"
  5
  6 match {
  7 # See grok-patterns for what this pattern is defined as
  8 pattern: "%{COMBINEDAPACHELOG}"
  9 shell: "stdout"
  10 reaction: "%{@JSON}"
  11 }
  12 }
  13
Hosted by Google Code