-
Notifications
You must be signed in to change notification settings - Fork 0
/
cantilever.config
29 lines (23 loc) · 1.2 KB
/
cantilever.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
log.pickupdir=/home/someuser/someplace/apachelogs
# The regex is based upon the generic Apache HTTP Log Format:
# "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
# Minimum required inputs are TIMESTAMP, METHOD, REQUEST, BYTES, USERAGENT
log.convert.regex=(?<REMOTEHOST>[^ ].*) ([^ ].*) ([^ ]*) (?<TIMESTAMP>\\[.*\\]) \"(?<METHOD>[^ ]*) (?<REQUEST>[^ ]*) (?<HTTPVERSION>[^ ]*)" (?<STATUS>[^ ]*) (?<BYTES>[^ ]*) (?<REFERER>\".*\") (?<USERAGENT>\".*\")
replay.dateformat='['dd/MMM/yyyy:HH:mm:ss Z']'
replay.starttime=[09/May/2014:23:30:15 +0000]
replay.endtime=[09/May/2014:23:30:25 +0000]
replay.request.port=80
# HTTP or HTTPS
replay.request.protocol=http
replay.request.headers.delimiter=~
replay.request.headers=Connection:keep-alive~Accept-Encoding:gzip,deflate,sdch
replay.request.servername=www.in-sides.com
# Only used for the Apache Client Library
truss.threads=50
truss.get.headers=/home/someuser/someplace/cantilever/get.header.patterns
truss.post.headers=/home/someuser/someplace/cantilever/post.header.patterns
truss.post.patterns=/home/someuser/someplace/cantilever/post.patterns
# AMQ, SQS (Amazon)
replay.queue.type=AMQ
replay.queue.hostname=tcp://localhost:61616
replay.queue.queuename=HTTP_LOGS