mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 00:13:52 -04:00
(cherry picked from commit ac7e168474
)
Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co>
35 lines
962 B
JSON
35 lines
962 B
JSON
/*
|
|
|
|
Packages listed in this file are "bundled" with Kibana's built distributable, and are available
|
|
on disk rather than only in the configured package registry service. This allows Kibana to install
|
|
"stack-aligned" packages or those that are installed by default in an airgapped or offline environment.
|
|
|
|
Packages will be fetched from https://epr-snapshot.elastic.co by default. This can be overridden
|
|
via the `--epr-registry=production` command line argument when building Kibana. Fetching from the
|
|
snapshot registry allows Kibana to bundle packages that have yet to be published to production in
|
|
order to prepare build candidates for the next release.
|
|
|
|
*/
|
|
|
|
[
|
|
{
|
|
"name": "apm",
|
|
"version": "8.4.0"
|
|
},
|
|
{
|
|
"name": "elastic_agent",
|
|
"version": "1.3.5"
|
|
},
|
|
{
|
|
"name": "endpoint",
|
|
"version": "8.4.1"
|
|
},
|
|
{
|
|
"name": "fleet_server",
|
|
"version": "1.2.0"
|
|
},
|
|
{
|
|
"name": "synthetics",
|
|
"version": "0.10.2"
|
|
}
|
|
]
|