forked from cisagov/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 59
/
config.ini
67 lines (65 loc) · 1.5 KB
/
config.ini
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
59
60
61
62
63
64
65
66
67
# these settings for capture will be overridden on the command-line (with "-o field=value")
# so you can (for the most part) ignore settings here that seem like dummy settings
[default]
antiSynDrop=false
compressES=false
debug=0
dropGroup=netdev
dropUser=sensor
elasticsearch=http://192.168.0.1:9200
freeSpaceG=5%
geoLite2ASN=/dummy/GeoLite2-ASN.mmdb
geoLite2Country=/dummy/GeoLite2-Country.mmdb
httpRealm=Arkime
icmpTimeout=10
bpf=
interface=enp0s1
logESRequests=false
logEveryXPackets=500000
logFileCreation=true
logHTTPConnections=false
logUnknownProtocols=false
luaFiles=
maxESConns=30
maxESRequests=500
maxFileSizeG=4
maxFileTimeM=180
maxPackets=10000
maxReqBody=64
maxStreams=1000000
ouiFile=/dummy/oui.txt
packetsPerPoll=50000
parseQSValue=false
parsersDir=/dummy/parsers
parseSMB=true
parseSMTP=true
passwordSecret=Malcolm
pcapDir=/tmp
plugins=lua.so
pluginsDir=/dummy/plugins
reqBodyOnlyUtf8=true
rirFile=/dummy/ipv4-address-space.csv
rotateIndex=daily
smtpIpHeaders=X-Originating-IP:;X-Barracuda-Apparent-Source-IP:
spiDataMaxIndices=7
supportSha256=false
tcpSaveTimeout=720
tcpTimeout=600
udpTimeout=30
uploadCommand=
viewPort=8005
### High Performance settings
# https://github.com/arkime/arkime/wiki/Settings#High_Performance_Settings
magicMode=basic
pcapReadMethod=tpacketv3
tpacketv3NumThreads=2
tpacketv3BlockSize=8388608
pcapWriteMethod=simple
pcapWriteSize=2560000
simpleCompression=zstd
simpleZstdLevel=3
simpleGzipLevel=3
packetThreads=1
maxPacketsInQueue=300000
dbBulkSize=4000000
rulesFiles=/dummy/rules.yml