Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] Fix prebuilt rules bootstrap endpoint (#205060)
**Fixes: #203471 ## Summary The `xpack.securitySolution.prebuiltRulesPackageVersion` config setting now only affects the version of the prebuilt rules package. The bootstrap endpoint always installs the latest version of the `endpoint` package. ```yaml xpack.securitySolution.prebuiltRulesPackageVersion: 8.16.2-beta.1 ``` <img width="2557" alt="Screenshot_2024-12-20_at_20_58_53" src="https://github.com/user-attachments/assets/a2a1eaad-e842-47d3-9b94-692aabfb97cc" /> ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed
- Loading branch information