mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update kubernetes templates for elastic-agent (#171897)
Automated by https://buildkite.com/elastic/elastic-agent/builds/5084 --------- 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
553bcde9af
commit
8af928e56f
1 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ spec:
|
|||
value: "1"
|
||||
# Set to true to communicate with Fleet with either insecure HTTP or unverified HTTPS
|
||||
- name: FLEET_INSECURE
|
||||
value: "true"
|
||||
value: "false"
|
||||
# Fleet Server URL to enroll the Elastic Agent into
|
||||
# FLEET_URL can be found in Kibana, go to Management > Fleet > Settings
|
||||
- name: FLEET_URL
|
||||
|
@ -393,7 +393,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue