-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelkstats.yml
146 lines (146 loc) · 4.42 KB
/
elkstats.yml
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
139
140
141
142
143
144
145
146
---
primaries:
indexing:
index_total:
munin_title: 'Documents indexed'
munin_vlabel: 'Documents per ${graph_period}'
munin_label: 'Documents'
munin_type: 'COUNTER'
index_time_in_millis:
munin_title: 'Time spent indexing documents'
munin_vlabel: 'Seconds'
munin_label: 'Indexing time'
munin_type: 'COUNTER'
munin_divide_by: 1000
index_current:
munin_title: 'Documents currently being indexed'
munin_vlabel: 'Documents'
munin_label: 'Documents'
refresh:
total:
munin_title: 'Index refreshes'
munin_vlabel: 'Indices refreshed per ${graph_period}'
munin_label: 'Refreshes'
munin_type: 'COUNTER'
total_time_in_millis:
munin_title: 'Time spent refreshing indices'
munin_vlabel: 'Seconds'
munin_label: 'Refresh time'
munin_type: 'COUNTER'
munin_divide_by: 1000
flush:
total:
munin_title: 'Index flushes to disk'
munin_vlabel: 'Indices flushed per ${graph_period}'
munin_label: 'Indices'
munin_type: 'COUNTER'
total_time_in_millis:
munin_title: 'Time spent flushing indices to disk'
munin_vlabel: 'Seconds'
munin_label: 'Index flushes'
munin_type: 'COUNTER'
munin_divide_by: 1000
search:
query_total:
munin_title: 'Queries'
munin_vlabel: 'Queries per ${graph_period}'
munin_label: 'Queries'
munin_type: 'COUNTER'
query_time_in_millis:
munin_title: 'Time spent on queries'
munin_vlabel: 'Seconds'
munin_label: 'Query time'
munin_type: 'COUNTER'
munin_divide_by: 1000
query_current:
munin_title: 'Queries currently in progress'
munin_vlabel: 'Queries'
munin_label: 'Current queries'
munin_type: 'GAUGE'
fetch_total:
munin_title: 'Fetches'
munin_vlabel: 'Fetches per ${graph_period}'
munin_label: 'Fetches'
munin_type: 'COUNTER'
fetch_time_in_millis:
munin_title: 'Time spent on fetches'
munin_vlabel: 'Seconds'
munin_label: 'Fetch time'
munin_type: 'COUNTER'
munin_divide_by: 1000
fetch_current:
munin_title: 'Fetches currently in progress'
munin_vlabel: 'Fetches'
munin_label: 'Current fetches'
total:
indexing:
index_total:
munin_title: 'Documents indexed'
munin_vlabel: 'Documents per ${graph_period}'
munin_label: 'Documents'
munin_type: 'COUNTER'
index_time_in_millis:
munin_title: 'Time spent indexing documents'
munin_vlabel: 'Seconds'
munin_label: 'Indexing time'
munin_type: 'COUNTER'
munin_divide_by: 1000
index_current:
munin_title: 'Documents currently being indexed'
munin_vlabel: 'Documents'
munin_label: 'Documents'
refresh:
total:
munin_title: 'Index refreshes'
munin_vlabel: 'Indices refreshed per ${graph_period}'
munin_label: 'Refreshes'
munin_type: 'COUNTER'
total_time_in_millis:
munin_title: 'Total time spent refreshing indices'
munin_vlabel: 'Seconds'
munin_label: 'Refresh time'
munin_type: 'COUNTER'
munin_divide_by: 1000
flush:
total:
munin_title: 'Index flushes to disk'
munin_vlabel: 'Indices flushed per ${graph_period}'
munin_label: 'Indices'
munin_type: 'COUNTER'
total_time_in_millis:
munin_title: 'Time spent flushing indices to disk'
munin_vlabel: 'Seconds'
munin_label: 'Index flushes'
munin_type: 'COUNTER'
munin_divide_by: 1000
search:
query_total:
munin_title: 'Queries'
munin_vlabel: 'Queries per ${graph_period}'
munin_label: 'Queries'
munin_type: 'COUNTER'
query_time_in_millis:
munin_title: 'Time spent on queries'
munin_vlabel: 'Seconds'
munin_label: 'Query time'
munin_type: 'COUNTER'
munin_divide_by: 1000
query_current:
munin_title: 'Queries currently in progress'
munin_vlabel: 'Queries'
munin_label: 'Current queries'
fetch_total:
munin_title: 'Fetches'
munin_vlabel: 'Fetches per ${graph_period}'
munin_label: 'Fetches'
munin_type: 'COUNTER'
fetch_time_in_millis:
munin_title: 'Time spent on fetches'
munin_vlabel: 'Seconds'
munin_label: 'Fetch time'
munin_type: 'COUNTER'
munin_divide_by: 1000
fetch_current:
munin_title: 'Fetches currently in progress'
munin_vlabel: 'Fetches'
munin_label: 'Current fetches'