Skip to content

Commit

Permalink
[Fleet] Remove host and port for Fleet Server (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Apr 20, 2023
1 parent 74994a8 commit c27ebf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
6 changes: 0 additions & 6 deletions packages/fleet_server/agent/input/agent.yml.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
server:
{{#if port}}
port: {{port}}
{{/if}}
{{#if host}}
host: {{host}}
{{/if}}
{{#if max_connections}}
limits.max_connections: {{max_connections}}
{{/if}}
Expand Down
5 changes: 5 additions & 0 deletions packages/fleet_server/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.0"
changes:
- description: Remove host and port
type: enhancement
link: https://github.com/elastic/integrations/pull/5896
- version: "1.2.0"
changes:
- description: Added max agents field, deprecated max connections
Expand Down
18 changes: 2 additions & 16 deletions packages/fleet_server/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: fleet_server
title: Fleet Server
version: 1.2.0
version: 1.3.0
release: ga
description: Centrally manage Elastic Agents with the Fleet Server integration.
type: integration
format_version: 1.0.0
license: basic
categories: ["elastic_stack"]
conditions:
kibana.version: "^7.16.0 || ^8.0.0"
kibana.version: "^8.8.0"
owner:
github: elastic/elastic-agent-control-plane
icons:
Expand All @@ -26,20 +26,6 @@ policy_templates:
description: "Fleet Server Configuration"
template_path: "agent.yml.hbs"
vars:
- name: host
type: text
title: Host
required: true
show_user: true
default:
- 0.0.0.0
- name: port
type: integer
title: Port
required: true
show_user: true
default:
- 8220
- name: max_agents
type: integer
title: Max agents (per server)
Expand Down

0 comments on commit c27ebf5

Please sign in to comment.