File tree 2 files changed +17
-1
lines changed
deploy/helm/elastic-agent
examples/system-custom-auth-paths/rendered
templates/integrations/_system
2 files changed +17
-1
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
You can’t perform that action at this time.
0 commit comments