logstash-input-proc 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +5 -0
- data/ElasticSearch/README.md +9 -0
- data/ElasticSearch/templates/loadavg.json +55 -0
- data/ElasticSearch/templates/meminfo.json +162 -0
- data/ElasticSearch/templates/vmstats.json +393 -0
- data/Gemfile +3 -0
- data/Kibana/READEME.md +2 -0
- data/Kibana/export.json +526 -0
- data/README.md +130 -0
- data/Rakefile +1 -0
- data/lib/logstash/inputs/proc.rb +562 -0
- data/logstash-input-proc.gemspec +25 -0
- data/logstash.conf +55 -0
- data/spec/inputs/proc_spec.rb +1 -0
- metadata +122 -0
data/Gemfile
ADDED
data/Kibana/READEME.md
ADDED
data/Kibana/export.json
ADDED
@@ -0,0 +1,526 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"_id": "NetDev-Dashboard",
|
4
|
+
"_type": "dashboard",
|
5
|
+
"_source": {
|
6
|
+
"title": "NetDev - Dashboard",
|
7
|
+
"hits": 0,
|
8
|
+
"description": "",
|
9
|
+
"panelsJSON": "[{\"id\":\"NETDEV-Performance-LineGraph\",\"type\":\"visualization\",\"size_x\":12,\"size_y\":8,\"col\":1,\"row\":1}]",
|
10
|
+
"version": 1,
|
11
|
+
"timeRestore": false,
|
12
|
+
"kibanaSavedObjectMeta": {
|
13
|
+
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}}}]}"
|
14
|
+
}
|
15
|
+
}
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"_id": "DiskStats-Dashboard",
|
19
|
+
"_type": "dashboard",
|
20
|
+
"_source": {
|
21
|
+
"title": "DiskStats - Dashboard",
|
22
|
+
"hits": 0,
|
23
|
+
"description": "",
|
24
|
+
"panelsJSON": "[{\"id\":\"DISKStats-SDA-Partitions-Average-Read-Time-Spent\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":1,\"row\":1},{\"id\":\"DISKStats-SDA-Partitions-Average-Writes-Time-Spent\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":1,\"row\":3},{\"id\":\"DISKSTATS-SDA-ReadsTimeSpent-Standard-Devation\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":7,\"row\":1},{\"id\":\"DISKSTATS-SDA-WritesTimeSpent-Standard-Devation\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":7,\"row\":3},{\"id\":\"DISKStats-Summary-of-performance\",\"type\":\"visualization\",\"size_x\":12,\"size_y\":3,\"col\":1,\"row\":5}]",
|
25
|
+
"version": 1,
|
26
|
+
"timeRestore": false,
|
27
|
+
"kibanaSavedObjectMeta": {
|
28
|
+
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}}}]}"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"_id": "Memory-Info-Dashboard",
|
34
|
+
"_type": "dashboard",
|
35
|
+
"_source": {
|
36
|
+
"title": "Memory Info Dashboard",
|
37
|
+
"hits": 0,
|
38
|
+
"description": "",
|
39
|
+
"panelsJSON": "[{\"col\":1,\"id\":\"MemInfo-Memory-Use-Overtime\",\"row\":1,\"size_x\":6,\"size_y\":4,\"type\":\"visualization\"},{\"id\":\"Shared-Memory-By-SHMID-split-by-host\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":4,\"col\":7,\"row\":1}]",
|
40
|
+
"version": 1,
|
41
|
+
"timeRestore": false,
|
42
|
+
"kibanaSavedObjectMeta": {
|
43
|
+
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"_id": "Wireless",
|
49
|
+
"_type": "dashboard",
|
50
|
+
"_source": {
|
51
|
+
"title": "Wireless",
|
52
|
+
"hits": 0,
|
53
|
+
"description": "",
|
54
|
+
"panelsJSON": "[{\"id\":\"Wireless-All-Stats-by-interface-table\",\"type\":\"visualization\",\"size_x\":12,\"size_y\":2,\"col\":1,\"row\":3},{\"id\":\"Wireless-Level-Quality-STD-Deviation\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":1,\"row\":1},{\"id\":\"Wireless-Link-Quality-STD-Deviation\",\"type\":\"visualization\",\"size_x\":6,\"size_y\":2,\"col\":7,\"row\":1}]",
|
55
|
+
"version": 1,
|
56
|
+
"timeRestore": false,
|
57
|
+
"kibanaSavedObjectMeta": {
|
58
|
+
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}}}]}"
|
59
|
+
}
|
60
|
+
}
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"_id": "CPU-Dashboard",
|
64
|
+
"_type": "dashboard",
|
65
|
+
"_source": {
|
66
|
+
"title": "CPU Dashboard",
|
67
|
+
"hits": 0,
|
68
|
+
"description": "",
|
69
|
+
"panelsJSON": "[{\"col\":8,\"id\":\"Load-Average\",\"row\":1,\"size_x\":5,\"size_y\":2,\"type\":\"visualization\"},{\"id\":\"PIDStats-TOP-10-CPU-User-(utime-slash-jiffies)\",\"type\":\"visualization\",\"size_x\":7,\"size_y\":8,\"col\":1,\"row\":1},{\"id\":\"PIDSTATS-Top-10-STDDIVATION-STIME\",\"type\":\"visualization\",\"size_x\":5,\"size_y\":3,\"col\":8,\"row\":3},{\"id\":\"PIDSTATS-Top-10-STDDIVATION-UTIME\",\"type\":\"visualization\",\"size_x\":5,\"size_y\":3,\"col\":8,\"row\":6}]",
|
70
|
+
"version": 1,
|
71
|
+
"timeRestore": false,
|
72
|
+
"kibanaSavedObjectMeta": {
|
73
|
+
"searchSourceJSON": "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"
|
74
|
+
}
|
75
|
+
}
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"_id": "Memory-Info-Search",
|
79
|
+
"_type": "search",
|
80
|
+
"_source": {
|
81
|
+
"title": "Memory Info Search",
|
82
|
+
"description": "",
|
83
|
+
"hits": 0,
|
84
|
+
"columns": [
|
85
|
+
"Buffers",
|
86
|
+
"Cached"
|
87
|
+
],
|
88
|
+
"sort": [
|
89
|
+
"@timestamp",
|
90
|
+
"desc"
|
91
|
+
],
|
92
|
+
"version": 1,
|
93
|
+
"kibanaSavedObjectMeta": {
|
94
|
+
"searchSourceJSON": "{\"index\":\"[meminfo-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
95
|
+
}
|
96
|
+
}
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"_id": "LoadAverage",
|
100
|
+
"_type": "search",
|
101
|
+
"_source": {
|
102
|
+
"title": "LoadAverage",
|
103
|
+
"description": "",
|
104
|
+
"hits": 0,
|
105
|
+
"columns": [
|
106
|
+
"1minute",
|
107
|
+
"5minute",
|
108
|
+
"15minute"
|
109
|
+
],
|
110
|
+
"sort": [
|
111
|
+
"@timestamp",
|
112
|
+
"desc"
|
113
|
+
],
|
114
|
+
"version": 1,
|
115
|
+
"kibanaSavedObjectMeta": {
|
116
|
+
"searchSourceJSON": "{\"index\":\"[loadavg-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
117
|
+
}
|
118
|
+
}
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"_id": "WIRELESS-Search",
|
122
|
+
"_type": "search",
|
123
|
+
"_source": {
|
124
|
+
"title": "WIRELESS - Search",
|
125
|
+
"description": "",
|
126
|
+
"hits": 0,
|
127
|
+
"columns": [
|
128
|
+
"iface",
|
129
|
+
"linkQuality",
|
130
|
+
"levelQuality",
|
131
|
+
"noiseQulity",
|
132
|
+
"miscDiscard",
|
133
|
+
"missedBeacon"
|
134
|
+
],
|
135
|
+
"sort": [
|
136
|
+
"@timestamp",
|
137
|
+
"desc"
|
138
|
+
],
|
139
|
+
"version": 1,
|
140
|
+
"kibanaSavedObjectMeta": {
|
141
|
+
"searchSourceJSON": "{\"index\":\"[wireless-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
142
|
+
}
|
143
|
+
}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"_id": "NETDEV-Search",
|
147
|
+
"_type": "search",
|
148
|
+
"_source": {
|
149
|
+
"title": "NETDEV - Search",
|
150
|
+
"description": "",
|
151
|
+
"hits": 0,
|
152
|
+
"columns": [
|
153
|
+
"iface",
|
154
|
+
"rxbytes",
|
155
|
+
"txbytes",
|
156
|
+
"rxdrops",
|
157
|
+
"rxerrors",
|
158
|
+
"txdrops",
|
159
|
+
"txerrors"
|
160
|
+
],
|
161
|
+
"sort": [
|
162
|
+
"@timestamp",
|
163
|
+
"desc"
|
164
|
+
],
|
165
|
+
"version": 1,
|
166
|
+
"kibanaSavedObjectMeta": {
|
167
|
+
"searchSourceJSON": "{\"index\":\"[netdev-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
168
|
+
}
|
169
|
+
}
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"_id": "PIDSTATS-Search",
|
173
|
+
"_type": "search",
|
174
|
+
"_source": {
|
175
|
+
"title": "PIDSTATS - Search",
|
176
|
+
"description": "",
|
177
|
+
"hits": 0,
|
178
|
+
"columns": [
|
179
|
+
"process.cmdline",
|
180
|
+
"process.pid",
|
181
|
+
"process.processor",
|
182
|
+
"process.rss",
|
183
|
+
"process.ppid",
|
184
|
+
"process.state",
|
185
|
+
"process.vsize",
|
186
|
+
"process.uid"
|
187
|
+
],
|
188
|
+
"sort": [
|
189
|
+
"process.ppid",
|
190
|
+
"desc"
|
191
|
+
],
|
192
|
+
"version": 1,
|
193
|
+
"kibanaSavedObjectMeta": {
|
194
|
+
"searchSourceJSON": "{\"index\":\"[pidstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[{\"meta\":{\"negate\":true,\"index\":\"[pidstats-]YYYY.MM.DD\",\"key\":\"process.cmdline\",\"value\":\"\",\"disabled\":false},\"query\":{\"match\":{\"process.cmdline\":{\"query\":\"\",\"type\":\"phrase\"}}}}]}"
|
195
|
+
}
|
196
|
+
}
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"_id": "DISKSTATS-Search-Filter-Timespent",
|
200
|
+
"_type": "search",
|
201
|
+
"_source": {
|
202
|
+
"title": "DISKSTATS - Search Filter Timespent",
|
203
|
+
"description": "",
|
204
|
+
"hits": 0,
|
205
|
+
"columns": [
|
206
|
+
"dev",
|
207
|
+
"ioTimeSpentMS",
|
208
|
+
"readsCompleted",
|
209
|
+
"writesCompleted",
|
210
|
+
"readsTimeSpentMS",
|
211
|
+
"writesTimeSpentMS"
|
212
|
+
],
|
213
|
+
"sort": [
|
214
|
+
"@timestamp",
|
215
|
+
"desc"
|
216
|
+
],
|
217
|
+
"version": 1,
|
218
|
+
"kibanaSavedObjectMeta": {
|
219
|
+
"searchSourceJSON": "{\"index\":\"[diskstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[{\"meta\":{\"negate\":true,\"index\":\"[diskstats-]YYYY.MM.DD\",\"key\":\"ioTimeSpentMS\",\"value\":\"0\",\"disabled\":false},\"query\":{\"match\":{\"ioTimeSpentMS\":{\"query\":0,\"type\":\"phrase\"}}}}]}"
|
220
|
+
}
|
221
|
+
}
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"_id": "DISKSTATS-Search-Filter-SDA",
|
225
|
+
"_type": "search",
|
226
|
+
"_source": {
|
227
|
+
"title": "DISKSTATS - Search Filter SDA",
|
228
|
+
"description": "",
|
229
|
+
"hits": 0,
|
230
|
+
"columns": [
|
231
|
+
"dev",
|
232
|
+
"ioTimeSpentMS",
|
233
|
+
"readsCompleted",
|
234
|
+
"writesCompleted",
|
235
|
+
"readsTimeSpentMS",
|
236
|
+
"writesTimeSpentMS"
|
237
|
+
],
|
238
|
+
"sort": [
|
239
|
+
"@timestamp",
|
240
|
+
"desc"
|
241
|
+
],
|
242
|
+
"version": 1,
|
243
|
+
"kibanaSavedObjectMeta": {
|
244
|
+
"searchSourceJSON": "{\"index\":\"[diskstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[{\"meta\":{\"negate\":false,\"index\":\"[diskstats-]YYYY.MM.DD\",\"key\":\"dev\",\"value\":\"sda\",\"disabled\":false},\"query\":{\"match\":{\"dev\":{\"query\":\"sda\",\"type\":\"phrase\"}}}}]}"
|
245
|
+
}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"_id": "DISKSTATS-Search-All",
|
250
|
+
"_type": "search",
|
251
|
+
"_source": {
|
252
|
+
"title": "DISKSTATS - Search All",
|
253
|
+
"description": "",
|
254
|
+
"hits": 0,
|
255
|
+
"columns": [
|
256
|
+
"dev",
|
257
|
+
"ioTimeSpentMS",
|
258
|
+
"readsCompleted",
|
259
|
+
"writesCompleted",
|
260
|
+
"readsTimeSpentMS",
|
261
|
+
"writesTimeSpentMS"
|
262
|
+
],
|
263
|
+
"sort": [
|
264
|
+
"@timestamp",
|
265
|
+
"desc"
|
266
|
+
],
|
267
|
+
"version": 1,
|
268
|
+
"kibanaSavedObjectMeta": {
|
269
|
+
"searchSourceJSON": "{\"index\":\"[diskstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
270
|
+
}
|
271
|
+
}
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"_id": "NETDEV-All",
|
275
|
+
"_type": "search",
|
276
|
+
"_source": {
|
277
|
+
"title": "NETDEV - All",
|
278
|
+
"description": "",
|
279
|
+
"hits": 0,
|
280
|
+
"columns": [
|
281
|
+
"iface",
|
282
|
+
"rxbytes",
|
283
|
+
"txbytes",
|
284
|
+
"rxdrops",
|
285
|
+
"txdrops",
|
286
|
+
"rxerrors",
|
287
|
+
"txerrors"
|
288
|
+
],
|
289
|
+
"sort": [
|
290
|
+
"@timestamp",
|
291
|
+
"desc"
|
292
|
+
],
|
293
|
+
"version": 1,
|
294
|
+
"kibanaSavedObjectMeta": {
|
295
|
+
"searchSourceJSON": "{\"index\":\"[netdev-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
296
|
+
}
|
297
|
+
}
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"_id": "DISKSTATS-Search-SDA-Partitions",
|
301
|
+
"_type": "search",
|
302
|
+
"_source": {
|
303
|
+
"title": "DISKSTATS - Search SDA Partitions",
|
304
|
+
"description": "",
|
305
|
+
"hits": 0,
|
306
|
+
"columns": [
|
307
|
+
"dev",
|
308
|
+
"ioTimeSpentMS",
|
309
|
+
"readsCompleted",
|
310
|
+
"writesCompleted",
|
311
|
+
"readsTimeSpentMS",
|
312
|
+
"writesTimeSpentMS"
|
313
|
+
],
|
314
|
+
"sort": [
|
315
|
+
"@timestamp",
|
316
|
+
"desc"
|
317
|
+
],
|
318
|
+
"version": 1,
|
319
|
+
"kibanaSavedObjectMeta": {
|
320
|
+
"searchSourceJSON": "{\"index\":\"[diskstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"dev:sda*\",\"analyze_wildcard\":true}},\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[]}"
|
321
|
+
}
|
322
|
+
}
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"_id": "MemInfo-Memory-Use-Overtime",
|
326
|
+
"_type": "visualization",
|
327
|
+
"_source": {
|
328
|
+
"title": "MemInfo - Memory Use Overtime",
|
329
|
+
"visState": "{\"type\":\"area\",\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"defaultYExtents\":false,\"interpolate\":\"linear\",\"mode\":\"stacked\",\"scale\":\"linear\",\"setYExtents\":false,\"shareYAxis\":true,\"smoothLines\":true,\"times\":[],\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"meminfo.Buffers\"}},{\"id\":\"2\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"meminfo.Cached\"}},{\"id\":\"5\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"m\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"6\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"meminfo.CalcMemUsed\"}}],\"listeners\":{}}",
|
330
|
+
"description": "",
|
331
|
+
"savedSearchId": "Memory-Info-Search",
|
332
|
+
"version": 1,
|
333
|
+
"kibanaSavedObjectMeta": {
|
334
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
335
|
+
}
|
336
|
+
}
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"_id": "DISKStats-Summary-of-performance",
|
340
|
+
"_type": "visualization",
|
341
|
+
"_source": {
|
342
|
+
"title": "DISKStats - Summary of performance",
|
343
|
+
"visState": "{\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false},\"aggs\":[{\"id\":\"1\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"readsCompleted\"}},{\"id\":\"2\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"writesCompleted\"}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"dev\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"4\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"ioTimeSpentMS\"}}],\"listeners\":{}}",
|
344
|
+
"description": "",
|
345
|
+
"savedSearchId": "DISKSTATS-Search-All",
|
346
|
+
"version": 1,
|
347
|
+
"kibanaSavedObjectMeta": {
|
348
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
349
|
+
}
|
350
|
+
}
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"_id": "DISKStats-SDA-Partitions-Average-Writes-Time-Spent",
|
354
|
+
"_type": "visualization",
|
355
|
+
"_source": {
|
356
|
+
"title": "DISKStats - SDA Partitions Average Writes Time Spent",
|
357
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"writesTimeSpentMS\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"dev\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}",
|
358
|
+
"description": "",
|
359
|
+
"savedSearchId": "DISKSTATS-Search-SDA-Partitions",
|
360
|
+
"version": 1,
|
361
|
+
"kibanaSavedObjectMeta": {
|
362
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
363
|
+
}
|
364
|
+
}
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"_id": "DISKStats-SDA-Partitions-Average-Read-Time-Spent",
|
368
|
+
"_type": "visualization",
|
369
|
+
"_source": {
|
370
|
+
"title": "DISKStats - SDA Partitions Average Read Time Spent",
|
371
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"readsTimeSpentMS\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"dev\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}",
|
372
|
+
"description": "",
|
373
|
+
"savedSearchId": "DISKSTATS-Search-SDA-Partitions",
|
374
|
+
"version": 1,
|
375
|
+
"kibanaSavedObjectMeta": {
|
376
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
377
|
+
}
|
378
|
+
}
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"_id": "NETDEV-Performance-LineGraph",
|
382
|
+
"_type": "visualization",
|
383
|
+
"_source": {
|
384
|
+
"title": "NETDEV - Performance LineGraph",
|
385
|
+
"visState": "{\"type\":\"line\",\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"defaultYExtents\":false,\"drawLinesBetweenPoints\":true,\"interpolate\":\"linear\",\"radiusRatio\":9,\"scale\":\"linear\",\"setYExtents\":false,\"shareYAxis\":true,\"showCircles\":true,\"smoothLines\":false,\"times\":[],\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"rxbytes\"}},{\"id\":\"2\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"txbytes\"}},{\"id\":\"3\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"m\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"5\",\"type\":\"terms\",\"schema\":\"split\",\"params\":{\"field\":\"iface\",\"size\":0,\"order\":\"desc\",\"orderBy\":\"1\",\"row\":true}},{\"id\":\"6\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"iface\",\"size\":0,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}",
|
386
|
+
"description": "",
|
387
|
+
"savedSearchId": "NETDEV-Search",
|
388
|
+
"version": 1,
|
389
|
+
"kibanaSavedObjectMeta": {
|
390
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
391
|
+
}
|
392
|
+
}
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"_id": "DISKSTATS-SDA-WritesTimeSpent-Standard-Devation",
|
396
|
+
"_type": "visualization",
|
397
|
+
"_source": {
|
398
|
+
"title": "DISKSTATS - SDA WritesTimeSpent Standard Devation",
|
399
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"writesTimeSpentMS\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}",
|
400
|
+
"description": "",
|
401
|
+
"savedSearchId": "DISKSTATS-Search-Filter-SDA",
|
402
|
+
"version": 1,
|
403
|
+
"kibanaSavedObjectMeta": {
|
404
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
405
|
+
}
|
406
|
+
}
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"_id": "DISKSTATS-SDA-ReadsTimeSpent-Standard-Devation",
|
410
|
+
"_type": "visualization",
|
411
|
+
"_source": {
|
412
|
+
"title": "DISKSTATS - SDA ReadsTimeSpent Standard Devation",
|
413
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"readsTimeSpentMS\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}",
|
414
|
+
"description": "",
|
415
|
+
"savedSearchId": "DISKSTATS-Search-Filter-SDA",
|
416
|
+
"version": 1,
|
417
|
+
"kibanaSavedObjectMeta": {
|
418
|
+
"searchSourceJSON": "{\"filter\":[]}"
|
419
|
+
}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"_id": "Shared-Memory-By-SHMID-split-by-host",
|
424
|
+
"_type": "visualization",
|
425
|
+
"_source": {
|
426
|
+
"title": "Shared Memory - By SHMID split by host",
|
427
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"avg\",\"schema\":\"metric\",\"params\":{\"field\":\"size\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"shmid\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"4\",\"type\":\"terms\",\"schema\":\"split\",\"params\":{\"field\":\"host\",\"size\":5,\"order\":\"desc\",\"orderBy\":\"1\",\"row\":true}}],\"listeners\":{}}",
|
428
|
+
"description": "",
|
429
|
+
"version": 1,
|
430
|
+
"kibanaSavedObjectMeta": {
|
431
|
+
"searchSourceJSON": "{\"index\":\"[sysipcshm-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
432
|
+
}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"_id": "Load-Average",
|
437
|
+
"_type": "visualization",
|
438
|
+
"_source": {
|
439
|
+
"title": "Load Average",
|
440
|
+
"visState": "{\"aggs\":[{\"id\":\"1\",\"params\":{\"field\":\"loadavg.1minute\"},\"schema\":\"metric\",\"type\":\"max\"},{\"id\":\"3\",\"params\":{\"field\":\"loadavg.10minute\"},\"schema\":\"metric\",\"type\":\"max\"},{\"id\":\"2\",\"params\":{\"field\":\"loadavg.15minute\"},\"schema\":\"metric\",\"type\":\"max\"},{\"id\":\"4\",\"params\":{\"customInterval\":\"2h\",\"extended_bounds\":{},\"field\":\"@timestamp\",\"interval\":\"auto\",\"min_doc_count\":1},\"schema\":\"segment\",\"type\":\"date_histogram\"}],\"listeners\":{},\"params\":{\"addLegend\":true,\"addTimeMarker\":false,\"addTooltip\":true,\"defaultYExtents\":false,\"drawLinesBetweenPoints\":true,\"interpolate\":\"linear\",\"radiusRatio\":9,\"scale\":\"linear\",\"setYExtents\":false,\"shareYAxis\":true,\"showCircles\":true,\"smoothLines\":false,\"times\":[],\"yAxis\":{}},\"type\":\"line\"}",
|
441
|
+
"description": "",
|
442
|
+
"version": 1,
|
443
|
+
"kibanaSavedObjectMeta": {
|
444
|
+
"searchSourceJSON": "{\"index\":\"[loadavg-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}},\"filter\":[]}"
|
445
|
+
}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"_id": "PIDSTATS-Top-10-STDDIVATION-UTIME",
|
450
|
+
"_type": "visualization",
|
451
|
+
"_source": {
|
452
|
+
"title": "PIDSTATS - Top 10 STDDIVATION UTIME",
|
453
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"process.utime\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"process.name\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1.avg\"}}],\"listeners\":{}}",
|
454
|
+
"description": "",
|
455
|
+
"version": 1,
|
456
|
+
"kibanaSavedObjectMeta": {
|
457
|
+
"searchSourceJSON": "{\"index\":\"[pidstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
458
|
+
}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"_id": "PIDSTATS-Top-10-STDDIVATION-STIME",
|
463
|
+
"_type": "visualization",
|
464
|
+
"_source": {
|
465
|
+
"title": "PIDSTATS - Top 10 STDDIVATION STIME",
|
466
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"process.stime\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"group\",\"params\":{\"field\":\"process.name\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"1.avg\"}}],\"listeners\":{}}",
|
467
|
+
"description": "",
|
468
|
+
"version": 1,
|
469
|
+
"kibanaSavedObjectMeta": {
|
470
|
+
"searchSourceJSON": "{\"index\":\"[pidstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
471
|
+
}
|
472
|
+
}
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"_id": "Wireless-Level-Quality-STD-Deviation",
|
476
|
+
"_type": "visualization",
|
477
|
+
"_source": {
|
478
|
+
"title": "Wireless - Level Quality STD Deviation",
|
479
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"levelQuality\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}",
|
480
|
+
"description": "",
|
481
|
+
"version": 1,
|
482
|
+
"kibanaSavedObjectMeta": {
|
483
|
+
"searchSourceJSON": "{\"index\":\"[wireless-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
484
|
+
}
|
485
|
+
}
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"_id": "Wireless-Link-Quality-STD-Deviation",
|
489
|
+
"_type": "visualization",
|
490
|
+
"_source": {
|
491
|
+
"title": "Wireless - Link Quality STD Deviation",
|
492
|
+
"visState": "{\"type\":\"line\",\"params\":{\"shareYAxis\":true,\"addTooltip\":true,\"addLegend\":true,\"showCircles\":true,\"smoothLines\":false,\"interpolate\":\"linear\",\"scale\":\"linear\",\"drawLinesBetweenPoints\":true,\"radiusRatio\":9,\"times\":[],\"addTimeMarker\":false,\"defaultYExtents\":false,\"setYExtents\":false,\"yAxis\":{}},\"aggs\":[{\"id\":\"1\",\"type\":\"std_dev\",\"schema\":\"metric\",\"params\":{\"field\":\"linkQuality\"}},{\"id\":\"2\",\"type\":\"date_histogram\",\"schema\":\"segment\",\"params\":{\"field\":\"@timestamp\",\"interval\":\"auto\",\"customInterval\":\"2h\",\"min_doc_count\":1,\"extended_bounds\":{}}}],\"listeners\":{}}",
|
493
|
+
"description": "",
|
494
|
+
"version": 1,
|
495
|
+
"kibanaSavedObjectMeta": {
|
496
|
+
"searchSourceJSON": "{\"index\":\"[wireless-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
497
|
+
}
|
498
|
+
}
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"_id": "Wireless-All-Stats-by-interface-table",
|
502
|
+
"_type": "visualization",
|
503
|
+
"_source": {
|
504
|
+
"title": "Wireless - All Stats by interface table",
|
505
|
+
"visState": "{\"type\":\"table\",\"params\":{\"perPage\":10,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false},\"aggs\":[{\"id\":\"1\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"cryptDiscard\"}},{\"id\":\"2\",\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"iface\",\"size\":0,\"order\":\"desc\",\"orderBy\":\"1\"}},{\"id\":\"3\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"fragDiscard\"}},{\"id\":\"4\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"levelQuality\"}},{\"id\":\"5\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"linkQuality\"}},{\"id\":\"6\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"miscDiscard\"}},{\"id\":\"7\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"missedBeacon\"}},{\"id\":\"8\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"noiseQulity\"}},{\"id\":\"9\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"nwidDiscard\"}},{\"id\":\"10\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"retryDiscard\"}}],\"listeners\":{}}",
|
506
|
+
"description": "",
|
507
|
+
"version": 1,
|
508
|
+
"kibanaSavedObjectMeta": {
|
509
|
+
"searchSourceJSON": "{\"index\":\"[wireless-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
510
|
+
}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"_id": "PIDStats-TOP-10-CPU-User-(utime-slash-jiffies)",
|
515
|
+
"_type": "visualization",
|
516
|
+
"_source": {
|
517
|
+
"title": "PIDStats - TOP 10 CPU User (utime/jiffies)",
|
518
|
+
"visState": "{\"type\":\"table\",\"params\":{\"perPage\":0,\"showPartialRows\":false,\"showMeticsAtAllLevels\":false},\"aggs\":[{\"id\":\"2\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"process.utime\"}},{\"id\":\"1\",\"type\":\"max\",\"schema\":\"metric\",\"params\":{\"field\":\"process.stime\"}},{\"id\":\"4\",\"type\":\"terms\",\"schema\":\"split\",\"params\":{\"field\":\"host\",\"size\":10,\"order\":\"desc\",\"orderBy\":\"2\",\"row\":true}},{\"id\":\"3\",\"type\":\"terms\",\"schema\":\"bucket\",\"params\":{\"field\":\"process.name\",\"size\":15,\"order\":\"desc\",\"orderBy\":\"1\"}}],\"listeners\":{}}",
|
519
|
+
"description": "",
|
520
|
+
"version": 1,
|
521
|
+
"kibanaSavedObjectMeta": {
|
522
|
+
"searchSourceJSON": "{\"index\":\"[pidstats-]YYYY.MM.DD\",\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}},\"filter\":[]}"
|
523
|
+
}
|
524
|
+
}
|
525
|
+
}
|
526
|
+
]
|