Skip to content

Commit e9b84ea

Browse files
committed
docs: add Fleet configuration
1 parent 2f5f584 commit e9b84ea

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/infrastructure/components/elastic.agent.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The agent runs as a DaemonSet and collects:
44

5-
- Kubernetes logs
5+
- Kubernetes logs (not collected in this setup)
66
- Container metrics
77
- Node metrics
88
- System metrics
@@ -20,10 +20,19 @@ flowchart LR
2020
C --> D[Kibana<br>Search / Dashboards]
2121
```
2222

23-
## Installation
23+
## Fleet
24+
25+
### Installation
2426

2527
[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.
2628

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.
35+
2736
## Investigating the metrics
2837

2938
Index: `metrics-*`

0 commit comments

Comments
 (0)