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
0 commit comments