[Fleet] Remove the mapping for the nested istalled_kibana field #148174
Labels
8.7 candidate
bug
Fixes for quality problems that affect the customer experience
Feature:Prebuilt Detection Rules
Security Solution Prebuilt Detection Rules area
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team:Fleet
Team label for Observability Data Collection Fleet team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
v8.7.0
Summary
It is not possible to install Fleet packages containing more than 10000 saved objects. An error is thrown due to the nested field limitations:
We have already discussed the issue here, and it looks like it could be easily overcome by adding
enabled: false
to the mappings for theinstalled_kibana
field:kibana/x-pack/plugins/fleet/server/saved_objects/index.ts
Lines 261 to 267 in ab8dd04
The text was updated successfully, but these errors were encountered: