-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.yaml.example
138 lines (138 loc) · 2.69 KB
/
config.yaml.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
listenaddr: 127.0.0.1:8081
mappingfile: ""
udrsfile: ""
geofile: ""
asnfile: ""
applicationfile: ""
dns: ""
processingthreads: 1
inputthreads: 1
maxthreads: 1
format: flat_json
formatrollup: ""
compression: none
sinks: stdout
maxflowspermessage: 10000
rollupinterval: 0
rollupandalpha: false
samplerate: 1
samplemin: 1
enablesnmpdiscovery: false
kentikemail: ""
kentikapitoken: ""
kentikplan: 0
apibaseurl: https://api.kentik.com
sslcertfile: ""
sslkeyfile: ""
tagmaptype: ""
enableteelogs: false
enablehttpinput: false
enricherurl: ""
tagmapfile: ""
netflowformat:
version: ipfix
prometheusformat:
enablecollectorstats: false
flowsneeded: 10
prometheussink:
listenaddr: :8082
gcloudsink:
bucket: ""
prefix: /kentik
contenttype: application/json
flushintervalseconds: 60
s3sink:
bucket: ""
prefix: /kentik
flushintervalseconds: 60
assumerolearn: ""
region: us-east-1
ec2instanceprofile: false
assumeroleintervalseconds: 900
netsink:
endpoint: ""
protocol: udp
newrelicsink:
account: ""
estimateonly: false
region: ""
validatejson: false
filesink:
path: ./
enableimmediatewrite: false
flushintervalseconds: 60
gcloudpubsubsink:
projectid: ""
topic: ""
httpsink:
target: http://localhost:8086/write?db=kentik
headers: []
insecureskipverify: false
timeoutinseconds: 30
kafkasink:
topic: ""
bootstrapservers: ""
kentiksink:
relayurl: ""
rollup:
joinkey: ^
topk: 10
formats: []
kmux:
dir: .
server:
servicename: ""
loglevel: info
logtostdout: false
metricsendpoint: none
metalistenaddr: localhost:0
ollydataset: ""
ollywritekey: ""
api:
devicefile: ""
filters: []
sysloginput:
enable: false
listenaddr: ""
enabletcp: true
enableudp: true
enableunix: false
format: Automatic
threads: 1
snmpinput:
enable: false
snmpfile: ""
dumpmibs: false
flowonly: false
jsontoyaml: ""
walktarget: ""
walkoid: .1.3.6.1.2.1
walkformat: ""
outputfile: ""
discoveryintervalminutes: 0
discoveryonstart: false
validatemibs: false
pollnowtarget: ""
gcpvpcinput:
enable: false
projectid: ""
subject: ""
samplerate: 1
awsvpcinput:
enable: false
iamrole: ""
sqsname: ""
regions:
- us-east-1
islambda: false
localfile: ""
flowinput:
enable: false
protocol: netflow5
listenip: 0.0.0.0
listenport: 9995
enablereuseport: false
workers: 1
messagefields: TimeReceived,SamplingRate,Bytes,Packets,SrcAddr,DstAddr,Proto,SrcPort,DstPort,InIf,OutIf,SrcVlan,DstVlan,TCPFlags,SrcAS,DstAS,Type,SamplerAddress
prometheuslistenaddr: ""
mappingfile: ""