forked from danmia/pcapdaemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpcapdaemon.conf.example
58 lines (51 loc) · 1.14 KB
/
pcapdaemon.conf.example
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[general]
maxpackets = 50000
writelocal = false
localdir = "/tmp"
snaplength = 500
defaulttimeout = 10
maxtimeout = 3600
maxduration = 3600
maxbytes = 100000000
packetdebug = false
logrequests = true
[cloudshark]
host = "www.cloudshark.org"
scheme = "https"
port = 443
timeout = 0
token = "fffffffffffffffffff"
upload = true
[redis]
listen = true
host = "node.running.redis.net"
port = 6379
channel = "capture"
auth = "password"
[syslog]
priority = 25
tag = "pcapdaemon"
[[interface]]
name = "eth0"
alias = ["main", "public"]
[[interface]]
name = "lo"
alias = ["local"]
[s3]
accessid = "xxxxxxxxxxxxxxxxxxxxxxxxx"
accesskey = "xxxxxxxxxxxxxxxxxxxxxxx"
endpoint = "s3.amazonaws.com"
bucket = "pcapdaemon"
folder = "pcaps"
upload = true
region = "us-east-1"
acl = "private"
encryption = false
[sqs]
listen = true
region = "us-east-1"
accessid = "xxxxxxxxxxxxxxxxxxxxxxxxx"
accesskey = "xxxxxxxxxxxxxxxxxxxxxxx"
url = "https://example.amazone.com/asdfasdf/myqueue"
waitseconds = 20
chunksize = 10