Fleet Server breaking changes
Stack
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Fleet Server breaking changes and take the necessary steps to mitigate any issues. To learn how to upgrade, check Upgrade.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
No breaking changes.
Removed deprecated epm Fleet APIs
Removed GET/POST/DELETE /epm/packages/:pkgkey APIs in favor of the GET/POST/DELETE /epm/packages/:pkgName/:pkgVersion.
Impact
- Removed
experimentalquery parameter inGET /epm/packagesandGET /epm/categories - Removed
responsein response in* /epm/packages*andGET /epm/categories - Removed
savedObjectin/epm/packagesresponse in favor ofinstallationInfo
For more information, check #198434.
Removed deprecated Fleet APIs for agents endpoints
Removed the following API endpoints:
POST /service-tokensin favor ofPOST /service_tokensGET /agent-statusin favorGET /agent_statusPUT /agents/:agentid/reassignin favor ofPOST /agents/:agentid/reassign
Removed deprecated parameters or responses:
- Removed
totalfromGET /agent_statusresponse - Removed
listfromGET /agentsresponse
For more information, check #198313.
Removed deprecated settings API endpoints in Fleet
GET/DELETE/POST enrollment-api-keys: removed in favor ofGET/DELETE/POST enrollment_api_keys- Removed
listproperty fromGET enrollment_api_keysresponse in favor ofitems GET/POST /settings:fleet_server_hostswas removed from the response and body
For more information, check #198799.
Removed deprecated settings API endpoints in Fleet
GET/DELETE/POST enrollment-api-keys: removed in favor ofGET/DELETE/POST enrollment_api_keys- Removed
listproperty fromGET enrollment_api_keysresponse in favor ofitems GET/POST /settings:fleet_server_hostswas removed from the response and body
For more information, check #198799.
Removed deprecated topics property for kafka output in favor of the topic property
Removed deprecated property topics from output APIs in response and requests ((GET|POST|PUT) /api/fleet/outputs) in favor of the topic property.
For more information, check #199226.
Limit pagination size to 100 when retrieving full policy or withAgentCount in Fleet
In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter withAgentCount was added to retrieve the agent count.
For more information, check #196887.