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
Copy file name to clipboardExpand all lines: docs/infrastructure/components/elastic.agent.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The agent runs as a DaemonSet and collects:
4
4
5
-
- Kubernetes logs
5
+
- Kubernetes logs (not collected in this setup)
6
6
- Container metrics
7
7
- Node metrics
8
8
- System metrics
@@ -20,10 +20,19 @@ flowchart LR
20
20
C --> D[Kibana<br>Search / Dashboards]
21
21
```
22
22
23
-
## Installation
23
+
## Fleet
24
+
25
+
### Installation
24
26
25
27
[The official documentation](https://www.elastic.co/docs/reference/fleet/example-kubernetes-fleet-managed-agent-helm#agent-fleet-managed-helm-example-install-agent) has been followed to create the Fleet policy.
26
28
29
+
### Configuration
30
+
31
+
From the standard configuration, the following changes have been made:
32
+
33
+
- Collect Kubernetes container logs has been de-activated. We already collect these logs using Fluent Bit and we want to avoid duplication.
34
+
- Collect Kubernetes events from Kubernetes API Server has been de-activated. We already collect these events using Event exporter and we want to avoid duplication.
0 commit comments