mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update kubernetes templates for elastic-agent (#166594)
Automated by https://fleet-ci.elastic.co/job/elastic-agent/job/elastic-agent-mbp/job/main/1360/ --------- Co-authored-by: obscloudnativemonitoring <obs-cloudnative-monitoring@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
6bede14e0e
commit
6561cd2e0c
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ spec:
|
|||
# - -c
|
||||
# - >-
|
||||
# mkdir -p /etc/elastic-agent/inputs.d &&
|
||||
# wget -O - https://github.com/elastic/elastic-agent/archive/main.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent-standalone/templates.d"
|
||||
# wget -O - https://github.com/elastic/elastic-agent/archive/main.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent/templates.d"
|
||||
# volumeMounts:
|
||||
# - name: external-inputs
|
||||
# mountPath: /etc/elastic-agent/inputs.d
|
||||
|
@ -71,7 +71,7 @@ spec:
|
|||
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
|
||||
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
|
||||
- name: ELASTIC_NETINFO
|
||||
value: "false"
|
||||
value: "false"
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
# The following capabilities are needed for 'Defend for containers' integration (cloud-defend)
|
||||
|
@ -396,7 +396,7 @@ spec:
|
|||
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
|
||||
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
|
||||
- name: ELASTIC_NETINFO
|
||||
value: "false"
|
||||
value: "false"
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
# The following capabilities are needed for 'Defend for containers' integration (cloud-defend)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue