-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.yaml
More file actions
90 lines (86 loc) · 1.8 KB
/
example_config.yaml
File metadata and controls
90 lines (86 loc) · 1.8 KB
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
prometheus:
port: 2112
metrics:
edns_bufsiz:
aggregations:
EDNSBufSiz:
type: Bucket
params:
start: 511
width: 512
count: 9
edns_version: {}
idn_qname: {}
rd_bit: {}
do_bit: {}
rcode: {}
qtype: {}
client_port_range:
aggregations:
PortRange:
type: Bucket
params:
start: 1023
width: 1024
count: 64
qtype_vs_qnamelen:
aggregations:
QnameLen:
type: Bucket
params:
start: 3
width: 4
count: 16
rcode_vs_replylen:
aggregations:
ReplyLen:
type: Bucket
params:
start: 31
width: 32
count: 40
dns_ip_version_vs_qtype: {}
direction_vs_ipproto: {}
transport_vs_qtype: {}
opcode: {}
qtype_vs_tld: {}
qr_aa_bits: {}
chaos_types_and_names:
aggregations:
Qname:
type: Filter
params:
"hostname.bind": {}
"version.bind": {}
priming_responses:
aggregations:
ReplyLen:
type: Bucket
params:
start: 31
width: 32
count: 40
priming_queries:
aggregations:
EDNSBufSiz:
type: Bucket
params:
start: 511
width: 512
count: 9
pcap_stats: {}
# Not exported:
# servfail_qname
# second_ld_vs_rcode
# third_ld_vs_rcode
# idn_vs_tld: {} # Nicht im dsp
# certain_qnames_vs_qtype
# ipv6_rsn_abusers
# client_addr_vs_rcode:
# client_subnet2
# client_subnet
timestamps: true
windowsize: 10
interval: 5s
data: /data/exporter_dsc
remove: false