diff --git a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl index b706c5ba8019..a2e3eebb4fdc 100644 --- a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl @@ -41,7 +41,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl index 07ff537ee7fd..497a3bf47a4b 100644 --- a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl @@ -115,7 +115,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl index 89709c810c66..7cd43569a720 100644 --- a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl @@ -115,7 +115,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/_meta/elastic-agent.yml b/x-pack/elastic-agent/_meta/elastic-agent.yml index 09533381ff63..fda85179c2a8 100644 --- a/x-pack/elastic-agent/_meta/elastic-agent.yml +++ b/x-pack/elastic-agent/_meta/elastic-agent.yml @@ -110,7 +110,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload his configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/elastic-agent.docker.yml b/x-pack/elastic-agent/elastic-agent.docker.yml index c65c2b07219d..79b062d1ae2a 100644 --- a/x-pack/elastic-agent/elastic-agent.docker.yml +++ b/x-pack/elastic-agent/elastic-agent.docker.yml @@ -115,7 +115,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/elastic-agent.reference.yml b/x-pack/elastic-agent/elastic-agent.reference.yml index 023e3ef8aeef..a59be452c6d1 100644 --- a/x-pack/elastic-agent/elastic-agent.reference.yml +++ b/x-pack/elastic-agent/elastic-agent.reference.yml @@ -121,7 +121,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. diff --git a/x-pack/elastic-agent/elastic-agent.yml b/x-pack/elastic-agent/elastic-agent.yml index db9568fded4d..0ea1a96a248c 100644 --- a/x-pack/elastic-agent/elastic-agent.yml +++ b/x-pack/elastic-agent/elastic-agent.yml @@ -47,7 +47,7 @@ inputs: # # When using IP addresses, it is recommended to only use localhost. # host: localhost # # Port on which the HTTP endpoint will bind. Default is 0 meaning feature is disabled. -# port: 0 +# port: 6791 # # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded.