Skip to content

Commit

Permalink
fix: make kubernetes integration enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Dec 18, 2024
1 parent 8cf2732 commit 77f54e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/elastic-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The chart built-in [kubernetes integration](https://docs.elastic.co/integrations

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kubernetes.enabled | bool | `false` | enable Kubernetes integration. |
| kubernetes.enabled | bool | `true` | enable Kubernetes integration. |
| kubernetes.output | string | `"default"` | name of the output used in kubernetes integration. Note that this output needs to be defined in [outputs](#1-outputs) |
| kubernetes.namespace | string | `"default"` | kubernetes namespace |
| kubernetes.hints.enabled | bool | `false` | enable [elastic-agent autodiscovery](https://www.elastic.co/guide/en/fleet/current/elastic-agent-kubernetes-autodiscovery.html) feature |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ system:
vars:
paths:
- /var/log/custom_syslog.log

kubernetes:
enabled: false
agent:
unprivileged: true
2 changes: 1 addition & 1 deletion deploy/helm/elastic-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kubernetes:
# -- enable Kubernetes integration.
# @section -- 2 - Kubernetes integration
# @sectionDescriptionTemplate -- Kubernetes
enabled: false
enabled: true
# -- name of the output used in kubernetes integration. Note that this output needs to be defined in
# [outputs](#1-outputs)
# @section -- 2 - Kubernetes integration
Expand Down

0 comments on commit 77f54e7

Please sign in to comment.