Auto-managed Fleet Server URLs

This commit is contained in:
Josh Brower
2023-07-14 08:40:26 -04:00
parent fb8a79e112
commit 78db64a419
6 changed files with 100 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
input {
elastic_agent {
port => 5055
tags => [ "elastic-agent" ]
tags => [ "elastic-agent", "input-{{ GLOBALS.hostname }}" ]
ssl => true
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
ssl_certificate => "/usr/share/logstash/elasticfleet-logstash.crt"