Skip to content

Commit

Permalink
adding fleet_server package in oblt and security projects only
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Oct 17, 2023
1 parent e866a71 commit b038d5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions config/serverless.oblt.yml
Expand Up @@ -47,6 +47,9 @@ xpack.fleet.internal.registry.excludePackages: [
xpack.fleet.packages:
- name: apm
version: latest
# fleet_server package installed to publish agent metrics
- name: fleet_server
version: latest
## Disable APM UI components and API calls
xpack.apm.featureFlags.agentConfigurationAvailable: false
xpack.apm.featureFlags.configurableIndicesAvailable: false
Expand Down
4 changes: 4 additions & 0 deletions config/serverless.security.yml
Expand Up @@ -50,6 +50,10 @@ xpack.fleet.internal.registry.excludePackages: [
'symantec',
'cyberark',
]
# fleet_server package installed to publish agent metrics
xpack.fleet.packages:
- name: fleet_server
version: latest

xpack.ml.ad.enabled: true
xpack.ml.dfa.enabled: true
Expand Down
4 changes: 0 additions & 4 deletions config/serverless.yml
Expand Up @@ -8,10 +8,6 @@ xpack.fleet.internal.disableProxies: true
xpack.fleet.internal.activeAgentsSoftLimit: 25000
xpack.fleet.internal.onlyAllowAgentUpgradeToKnownVersions: true
xpack.fleet.internal.retrySetupOnBoot: true
# fleet_server package installed to publish agent metrics
xpack.fleet.packages:
- name: fleet_server
version: latest

# Cloud links
xpack.cloud.base_url: 'https://cloud.elastic.co'
Expand Down

0 comments on commit b038d5d

Please sign in to comment.