You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# condition: ${kubernetes.hints.redis.key.enabled} == true and ${kubernetes.hints.redis.enabled} == true
21
+
# Namespace name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes
22
+
# For index naming restrictions, see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params
23
+
data_stream.namespace: default
24
+
use_output: default
25
+
streams:
26
+
- metricset: cpu
27
+
# Dataset name must conform to the naming conventions for Elasticsearch indices, cannot contain dashes (-), and cannot exceed 100 bytes
28
+
data_stream.dataset: system.cpu
29
+
- metricset: memory
30
+
data_stream.dataset: system.memory
31
+
- metricset: network
32
+
data_stream.dataset: system.network
33
+
- metricset: filesystem
34
+
data_stream.dataset: system.filesystem
84
35
85
36
# agent.monitoring:
86
37
# # enabled turns on monitoring of running processes
@@ -205,26 +156,26 @@ inputs:
205
156
# Send all logging output to stderr. The default is false.
206
157
agent.logging.to_stderr: true
207
158
208
-
# Send all logging output to syslog. The default is false.
209
-
#agent.logging.to_syslog: false
159
+
# Send all logging output to syslog. The default is false.
160
+
#agent.logging.to_syslog: false
210
161
211
-
# Send all logging output to Windows Event Logs. The default is false.
212
-
#agent.logging.to_eventlog: false
162
+
# Send all logging output to Windows Event Logs. The default is false.
163
+
#agent.logging.to_eventlog: false
213
164
214
-
# If enabled, Elastic-Agent periodically logs its internal metrics that have changed
215
-
# in the last period. For each metric that changed, the delta from the value at
216
-
# the beginning of the period is logged. Also, the total values for
217
-
# all non-zero internal metrics are logged on shutdown. This setting is also passed
218
-
# to beats running under the agent. The default is true.
219
-
#agent.logging.metrics.enabled: true
165
+
# If enabled, Elastic-Agent periodically logs its internal metrics that have changed
166
+
# in the last period. For each metric that changed, the delta from the value at
167
+
# the beginning of the period is logged. Also, the total values for
168
+
# all non-zero internal metrics are logged on shutdown. This setting is also passed
169
+
# to beats running under the agent. The default is true.
170
+
#agent.logging.metrics.enabled: true
220
171
221
-
# The period after which to log the internal metrics. The default is 30s.
222
-
#agent.logging.metrics.period: 30s
172
+
# The period after which to log the internal metrics. The default is 30s.
173
+
#agent.logging.metrics.period: 30s
223
174
224
-
# Logging to rotating files. Set logging.to_files to false to disable logging to
225
-
# files.
226
-
#agent.logging.to_files: true
227
-
#agent.logging.files:
175
+
# Logging to rotating files. Set logging.to_files to false to disable logging to
176
+
# files.
177
+
#agent.logging.to_files: true
178
+
#agent.logging.files:
228
179
# Configure the path where the logs are written. The default is the logs directory
229
180
# under the home path (the binary location).
230
181
#path: /var/log/elastic-agent
@@ -252,7 +203,7 @@ agent.logging.to_stderr: true
252
203
253
204
# Rotate existing logs on startup rather than appending to the existing
0 commit comments