My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
1
2
3
4
5
6
7
8
9
10
11
12
13
program {
load-patterns: "grok-patterns"

file "/tmp/access.log"

match {
# See grok-patterns for what this pattern is defined as
pattern: "%{COMBINEDAPACHELOG}"
shell: "stdout"
reaction: "%{@JSON}"
}
}

Show details Hide details

Change log

r2156 by jordansissel on Jan 18, 2009   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 228 bytes, 13 lines
Hosted by Google Code