mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[FLEET] Add profiler_collector (#158436)
## Summary Add the package [profiler_collector](https://github.com/elastic/integrations/pull/6274) to the list of packages that are bundled with kibana. Bundling the profiler_collector package with kibana is required to install the package in the Integration Server environment. ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
This commit is contained in:
parent
a2a0860f65
commit
3424b59675
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
|||
"forceAlignStackVersion": true,
|
||||
"allowSyncToPrerelease": true
|
||||
},
|
||||
{
|
||||
"name": "profiler_collector",
|
||||
"version": "8.9.0-preview",
|
||||
"forceAlignStackVersion": true,
|
||||
"allowSyncToPrerelease": true
|
||||
},
|
||||
{
|
||||
"name": "synthetics",
|
||||
"version": "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue