mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update kubernetes templates for elastic-agent (#189414)
Automated by https://buildkite.com/elastic/elastic-agent/builds/10763
This commit is contained in:
parent
b49373fc6e
commit
84521a405d
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.name
|
||||
# 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.
|
||||
# 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"
|
||||
|
@ -131,7 +131,7 @@ spec:
|
|||
volumes:
|
||||
- name: datastreams
|
||||
configMap:
|
||||
defaultMode: 0640
|
||||
defaultMode: 0644
|
||||
name: agent-node-datastreams
|
||||
- name: proc
|
||||
hostPath:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue