aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/dns.json
blob: 6f8c5427359a56b1cd75fbca2c19de72088895dc (plain)
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
{
	"dns_octets": {
		"title": "DNS traffic",
		"vertical": "Bit/s",
		"type": "stacked",
		"legend": {
			"queries": {
				"name": "Queries",
				"color": "0000ff"
			},
			"responses": {
				"name": "Responses",
				"color": "00ff00"
			}
		}
	},
	"dns_opcode": {
		"title": "DNS Opcode Query",
		"vertical": "Queries/s",
		"type": "stacked"
	},
	"dns_qtype": {
		"title": "DNS QType",
		"vertical": "Queries/s",
		"type": "stacked"
	},
	"dns_rcode": {
		"title": "DNS Reply code",
		"vertical": "Queries/s",
		"type": "stacked"
	}
}