Skip to content

Conversation

@nchaulet
Copy link
Member

Summary

The config for Fleet as been renamed from

  • xpack.ingestManager to xpack.fleet.*
  • xpack.ingestManager.fleet.* to xpack.fleet.agent.*

The rename rule we are using where not working if both xpack.ingestManager.* and xpack.ingestManager.fleet.* where used.

How to reproduce the bug

Configure both fleet and agents using the old key ingestManager

In kibana.dev.yml

xpack.ingestManager.registryUrl: 'http://localhost:8080/'
xpack.ingestManager.fleet.tlsCheckDisabled: true

It should not use your registry
and you should saw this when kibana start

server    log   [14:11:09.896] [warning][config][deprecation] "xpack.ingestManager.fleet" is deprecated and has been replaced by "xpack.fleet.agents"
server    log   [14:11:09.897] [warning][config][deprecation] "xpack.ingestManager" is deprecated and has been replaced by "xpack.fleet". However both key are present, ignoring "xpack.ingestManager"

@nchaulet nchaulet added bug Fixes for quality problems that affect the customer experience v8.0.0 v7.1.0 v7.1.1 Team:Fleet Team label for Observability Data Collection Fleet team labels Oct 13, 2020
@nchaulet nchaulet requested a review from a team October 13, 2020 18:24
@nchaulet nchaulet self-assigned this Oct 13, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ingest-management (Team:Ingest Management)

@nchaulet nchaulet force-pushed the fix-config-renaming branch from 4515185 to d9dc340 Compare October 13, 2020 18:24
@nchaulet nchaulet added the release_note:skip Skip the PR/issue when compiling release notes label Oct 13, 2020
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@nchaulet nchaulet merged commit 5f10e45 into elastic:master Oct 13, 2020
@nchaulet nchaulet deleted the fix-config-renaming branch October 13, 2020 20:15
nchaulet added a commit to nchaulet/kibana that referenced this pull request Oct 13, 2020
nchaulet added a commit to nchaulet/kibana that referenced this pull request Oct 13, 2020
nchaulet added a commit that referenced this pull request Oct 13, 2020
nchaulet added a commit that referenced this pull request Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Fixes for quality problems that affect the customer experience release_note:skip Skip the PR/issue when compiling release notes Team:Fleet Team label for Observability Data Collection Fleet team v7.10.0 v7.11.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants