File tree 9 files changed +73
-8
lines changed
examples/system-custom-auth-paths/rendered
templates/integrations/_system
default/elastic-agent-standalone/base
ksm-autosharding/elastic-agent-standalone/base
ksm-hints/elastic-agent-standalone
9 files changed +73
-8
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,15 @@ stringData:
90
90
metricsets:
91
91
- cpu
92
92
period: 10s
93
+ system.hostfs: /hostfs
93
94
- data_stream:
94
95
dataset: system.diskio
95
96
type: metrics
96
97
diskio.include_devices: null
97
98
metricsets:
98
99
- diskio
99
100
period: 10s
101
+ system.hostfs: /hostfs
100
102
- data_stream:
101
103
dataset: system.filesystem
102
104
type: metrics
@@ -106,6 +108,7 @@ stringData:
106
108
processors:
107
109
- drop_event.when.regexp:
108
110
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
111
+ system.hostfs: /hostfs
109
112
- data_stream:
110
113
dataset: system.fsstat
111
114
type: metrics
@@ -115,6 +118,7 @@ stringData:
115
118
processors:
116
119
- drop_event.when.regexp:
117
120
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
121
+ system.hostfs: /hostfs
118
122
- condition: ${host.platform} != 'windows'
119
123
data_stream:
120
124
dataset: system.load
@@ -128,6 +132,7 @@ stringData:
128
132
metricsets:
129
133
- memory
130
134
period: 10s
135
+ system.hostfs: /hostfs
131
136
- data_stream:
132
137
dataset: system.network
133
138
type: metrics
@@ -148,18 +153,21 @@ stringData:
148
153
process.include_top_n.by_memory: 5
149
154
processes:
150
155
- .*
156
+ system.hostfs: /hostfs
151
157
- data_stream:
152
158
dataset: system.process_summary
153
159
type: metrics
154
160
metricsets:
155
161
- process_summary
156
162
period: 10s
163
+ system.hostfs: /hostfs
157
164
- data_stream:
158
165
dataset: system.socket_summary
159
166
type: metrics
160
167
metricsets:
161
168
- socket_summary
162
169
period: 10s
170
+ system.hostfs: /hostfs
163
171
- data_stream:
164
172
dataset: system.uptime
165
173
type: metrics
@@ -295,7 +303,7 @@ spec:
295
303
labels :
296
304
name : agent-pernode-example
297
305
annotations :
298
- checksum/config : 535875b1a8f244fc529158f3467dec1983ca2ef19d365518da249fd46e22d0ef
306
+ checksum/config : dc3e48e999091f8db08e8ce2c2de127239731b26d598b6399ad93ef3636a3245
299
307
spec :
300
308
automountServiceAccountToken : true
301
309
containers :
Original file line number Diff line number Diff line change 22
22
- normalized_percentages
23
23
metricsets:
24
24
- cpu
25
+ system.hostfs: '/hostfs'
25
26
- data_stream:
26
27
dataset: system.diskio
27
28
type: metrics
28
29
period: 10s
29
30
diskio.include_devices: null
30
31
metricsets:
31
32
- diskio
33
+ system.hostfs: '/hostfs'
32
34
- data_stream:
33
35
dataset: system.filesystem
34
36
type: metrics
35
37
period: 1m
36
38
metricsets:
37
39
- filesystem
40
+ system.hostfs: '/hostfs'
38
41
processors:
39
42
- drop_event.when.regexp:
40
43
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
44
47
period: 1m
45
48
metricsets:
46
49
- fsstat
50
+ system.hostfs: '/hostfs'
47
51
processors:
48
52
- drop_event.when.regexp:
49
53
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
60
64
period: 10s
61
65
metricsets:
62
66
- memory
67
+ system.hostfs: '/hostfs'
63
68
- data_stream:
64
69
dataset: system.network
65
70
type: metrics
80
85
process.include_cpu_ticks: false
81
86
metricsets:
82
87
- process
88
+ system.hostfs: '/hostfs'
83
89
process.include_cpu_ticks: false
84
90
- data_stream:
85
91
dataset: system.process_summary
86
92
type: metrics
87
93
period: 10s
88
94
metricsets:
89
95
- process_summary
96
+ system.hostfs: '/hostfs'
90
97
- data_stream:
91
98
dataset: system.socket_summary
92
99
type: metrics
93
100
period: 10s
94
101
metricsets:
95
102
- socket_summary
103
+ system.hostfs: '/hostfs'
96
104
- data_stream:
97
105
type: metrics
98
106
dataset: system.uptime
Original file line number Diff line number Diff line change @@ -446,19 +446,22 @@ data:
446
446
- normalized_percentages
447
447
metricsets:
448
448
- cpu
449
+ system.hostfs: '/hostfs'
449
450
- data_stream:
450
451
dataset: system.diskio
451
452
type: metrics
452
453
period: 10s
453
454
diskio.include_devices: null
454
455
metricsets:
455
456
- diskio
457
+ system.hostfs: '/hostfs'
456
458
- data_stream:
457
459
dataset: system.filesystem
458
460
type: metrics
459
461
period: 1m
460
462
metricsets:
461
463
- filesystem
464
+ system.hostfs: '/hostfs'
462
465
processors:
463
466
- drop_event.when.regexp:
464
467
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -468,6 +471,7 @@ data:
468
471
period: 1m
469
472
metricsets:
470
473
- fsstat
474
+ system.hostfs: '/hostfs'
471
475
processors:
472
476
- drop_event.when.regexp:
473
477
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -484,6 +488,7 @@ data:
484
488
period: 10s
485
489
metricsets:
486
490
- memory
491
+ system.hostfs: '/hostfs'
487
492
- data_stream:
488
493
dataset: system.network
489
494
type: metrics
@@ -504,19 +509,21 @@ data:
504
509
process.include_cpu_ticks: false
505
510
metricsets:
506
511
- process
507
- process.include_cpu_ticks: false
512
+ system.hostfs: '/hostfs'
508
513
- data_stream:
509
514
dataset: system.process_summary
510
515
type: metrics
511
516
period: 10s
512
517
metricsets:
513
518
- process_summary
519
+ system.hostfs: '/hostfs'
514
520
- data_stream:
515
521
dataset: system.socket_summary
516
522
type: metrics
517
523
period: 10s
518
524
metricsets:
519
525
- socket_summary
526
+ system.hostfs: '/hostfs'
520
527
- data_stream:
521
528
type: metrics
522
529
dataset: system.uptime
Original file line number Diff line number Diff line change @@ -211,19 +211,22 @@ data:
211
211
- normalized_percentages
212
212
metricsets:
213
213
- cpu
214
+ system.hostfs: '/hostfs'
214
215
- data_stream:
215
216
dataset: system.diskio
216
217
type: metrics
217
218
period: 10s
218
219
diskio.include_devices: null
219
220
metricsets:
220
221
- diskio
222
+ system.hostfs: '/hostfs'
221
223
- data_stream:
222
224
dataset: system.filesystem
223
225
type: metrics
224
226
period: 1m
225
227
metricsets:
226
228
- filesystem
229
+ system.hostfs: '/hostfs'
227
230
processors:
228
231
- drop_event.when.regexp:
229
232
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -233,6 +236,7 @@ data:
233
236
period: 1m
234
237
metricsets:
235
238
- fsstat
239
+ system.hostfs: '/hostfs'
236
240
processors:
237
241
- drop_event.when.regexp:
238
242
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -249,6 +253,7 @@ data:
249
253
period: 10s
250
254
metricsets:
251
255
- memory
256
+ system.hostfs: '/hostfs'
252
257
- data_stream:
253
258
dataset: system.network
254
259
type: metrics
@@ -269,19 +274,21 @@ data:
269
274
process.include_cpu_ticks: false
270
275
metricsets:
271
276
- process
272
- process.include_cpu_ticks: false
277
+ system.hostfs: '/hostfs'
273
278
- data_stream:
274
279
dataset: system.process_summary
275
280
type: metrics
276
281
period: 10s
277
282
metricsets:
278
283
- process_summary
284
+ system.hostfs: '/hostfs'
279
285
- data_stream:
280
286
dataset: system.socket_summary
281
287
type: metrics
282
288
period: 10s
283
289
metricsets:
284
290
- socket_summary
291
+ system.hostfs: '/hostfs'
285
292
- data_stream:
286
293
type: metrics
287
294
dataset: system.uptime
Original file line number Diff line number Diff line change @@ -211,19 +211,22 @@ data:
211
211
- normalized_percentages
212
212
metricsets:
213
213
- cpu
214
+ system.hostfs: '/hostfs'
214
215
- data_stream:
215
216
dataset: system.diskio
216
217
type: metrics
217
218
period: 10s
218
219
diskio.include_devices: null
219
220
metricsets:
220
221
- diskio
222
+ system.hostfs: '/hostfs'
221
223
- data_stream:
222
224
dataset: system.filesystem
223
225
type: metrics
224
226
period: 1m
225
227
metricsets:
226
228
- filesystem
229
+ system.hostfs: '/hostfs'
227
230
processors:
228
231
- drop_event.when.regexp:
229
232
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -233,6 +236,7 @@ data:
233
236
period: 1m
234
237
metricsets:
235
238
- fsstat
239
+ system.hostfs: '/hostfs'
236
240
processors:
237
241
- drop_event.when.regexp:
238
242
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -249,6 +253,7 @@ data:
249
253
period: 10s
250
254
metricsets:
251
255
- memory
256
+ system.hostfs: '/hostfs'
252
257
- data_stream:
253
258
dataset: system.network
254
259
type: metrics
@@ -269,19 +274,21 @@ data:
269
274
process.include_cpu_ticks: false
270
275
metricsets:
271
276
- process
272
- process.include_cpu_ticks: false
277
+ system.hostfs: '/hostfs'
273
278
- data_stream:
274
279
dataset: system.process_summary
275
280
type: metrics
276
281
period: 10s
277
282
metricsets:
278
283
- process_summary
284
+ system.hostfs: '/hostfs'
279
285
- data_stream:
280
286
dataset: system.socket_summary
281
287
type: metrics
282
288
period: 10s
283
289
metricsets:
284
290
- socket_summary
291
+ system.hostfs: '/hostfs'
285
292
- data_stream:
286
293
type: metrics
287
294
dataset: system.uptime
Original file line number Diff line number Diff line change @@ -415,19 +415,22 @@ data:
415
415
- normalized_percentages
416
416
metricsets:
417
417
- cpu
418
+ system.hostfs: '/hostfs'
418
419
- data_stream:
419
420
dataset: system.diskio
420
421
type: metrics
421
422
period: 10s
422
423
diskio.include_devices: null
423
424
metricsets:
424
425
- diskio
426
+ system.hostfs: '/hostfs'
425
427
- data_stream:
426
428
dataset: system.filesystem
427
429
type: metrics
428
430
period: 1m
429
431
metricsets:
430
432
- filesystem
433
+ system.hostfs: '/hostfs'
431
434
processors:
432
435
- drop_event.when.regexp:
433
436
system.filesystem.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -437,6 +440,7 @@ data:
437
440
period: 1m
438
441
metricsets:
439
442
- fsstat
443
+ system.hostfs: '/hostfs'
440
444
processors:
441
445
- drop_event.when.regexp:
442
446
system.fsstat.mount_point: ^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)
@@ -453,6 +457,7 @@ data:
453
457
period: 10s
454
458
metricsets:
455
459
- memory
460
+ system.hostfs: '/hostfs'
456
461
- data_stream:
457
462
dataset: system.network
458
463
type: metrics
@@ -473,19 +478,21 @@ data:
473
478
process.include_cpu_ticks: false
474
479
metricsets:
475
480
- process
476
- process.include_cpu_ticks: false
481
+ system.hostfs: '/hostfs'
477
482
- data_stream:
478
483
dataset: system.process_summary
479
484
type: metrics
480
485
period: 10s
481
486
metricsets:
482
487
- process_summary
488
+ system.hostfs: '/hostfs'
483
489
- data_stream:
484
490
dataset: system.socket_summary
485
491
type: metrics
486
492
period: 10s
487
493
metricsets:
488
494
- socket_summary
495
+ system.hostfs: '/hostfs'
489
496
- data_stream:
490
497
type: metrics
491
498
dataset: system.uptime
You can’t perform that action at this time.
0 commit comments