-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.json
41 lines (41 loc) · 1.51 KB
/
options.json
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
{
"time": {
"field": "@timestamp",
"interval": "1m"
},
"metrics": {
"epoc": ["count", "average", "iqr", "std", "sum"],
"event.duration": ["average", "iqr", "percentile_90", "std", "sum"],
"metricset.period": ["average", "median", "percentile_90", "std", "sum"],
"system.cpu.cores": ["sum"],
"system.cpu.idle.pct": ["std", "sum"],
"system.cpu.iowait.pct": ["percentile_25", "sum"],
"system.cpu.softirq.pct": ["median", "percentile_25", "percentile_75", "sum"],
"system.cpu.steal.pct": ["iqr", "std", "sum"],
"system.cpu.system.pct": ["iqr", "std", "sum"],
"system.cpu.total.pct": ["iqr", "std"],
"system.cpu.user.pct": ["percentile_25", "std", "sum"],
"system.filesystem.available": ["average", "std", "sum"],
"system.filesystem.free": ["std"],
"system.filesystem.used.bytes": ["sum"],
"system.fsstat.count": ["average", "sum"],
"system.memory.actual.free": ["iqr", "std", "sum"],
"system.memory.actual.used.bytes": ["sum"],
"system.memory.free": ["iqr", "std"],
"system.network.in.bytes": ["average", "percentile_25", "sum"],
"system.network.in.packets": ["sum"],
"system.socket.summary.all.count": ["iqr", "std"]
},
"buckets": {
"order": ["host.name.keyword", "city.keyword", "neighborhood.keyword", "branch", "title.keyword"],
"names": {
"@timestamp": "timestamp",
"host.name.keyword": "host",
"city.keyword": "city",
"neighborhood.keyword": "neighborhood",
"branch": "branch",
"title.keyword": "title"
}
},
"maxRowsPerAggregation": 1000000000
}