| Changes to /sandbox/20090118-lucene-grok/grok.conf |
r0 vs. r2156
Edit
|
r2156
|
| /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 | |||