-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fleet] Add new APIs and preconfiguration for Fleet server hosts per policy #142746
[Fleet] Add new APIs and preconfiguration for Fleet server hosts per policy #142746
Conversation
6cafc39
to
f3206ce
Compare
f3206ce
to
b02c2fc
Compare
Pinging @elastic/fleet (Team:Fleet) |
15fca3c
to
c86f5ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
x-pack/plugins/fleet/common/openapi/paths/fleet_server_hosts.yaml
Outdated
Show resolved
Hide resolved
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/kbn-test
💚 Build Succeeded
Metrics [docs]Module Count
Saved Objects .kibana field count
History
To update your PR or re-run it, just comment with: cc @nchaulet |
Summary
Related to #137785
That PR add a new saved object
fleet-fleet-server-hosts
that will allow to get per agent policy Fleet server host.Add new CRUD Apis to manage Fleet server hosts:
Add a new preconfiguration key in kibana config yo manage this hosts:
The old kibana config key
xpack.fleet.agents.fleet_server.hosts
will create a new Fleet server hosts saved object too, to not introduce a breaking change.Not done in that PR: the saved object is currently not used to build agent policies this will come in a following PR with the UI work.
Todo