19 Star 50 Fork 0

Gitee 极速下载 / kibana

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/elasticsearch/kibana
克隆/下载
fleet_packages.json 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
/*
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.
The `forceAlignStackVersion` option is available for packages who wish to opt into having their
versions forcibly rewritten to the current version of Kibana. This is useful for packages that
deploy multiple, version-aligned stack components like APM. When this option is enabled, Kibana
will fetch the latest available version of the package from EPR (including prerelease versions),
download that version, and rewrite its version to align with Kibana's.
The `allowSyncToPrerelease` option is available for packages who wish to opt into allowing sync
"bundled" packages whose version contain prerelease tags (e.g. 8.4.3-beta.1). By default, it just
updates to stable versions.
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.13.1-preview-1708411360",
"forceAlignStackVersion": true,
"allowSyncToPrerelease": true
},
{
"name": "elastic_agent",
"version": "1.18.0"
},
{
"name": "endpoint",
"version": "8.13.0"
},
{
"name": "fleet_server",
"version": "1.5.0"
},
{
"name": "profiler_symbolizer",
"version": "8.12.0",
"forceAlignStackVersion": true
},
{
"name": "profiler_collector",
"version": "8.12.0",
"forceAlignStackVersion": true
},
{
"name": "synthetics",
"version": "1.2.1"
},
{
"name": "security_detection_engine",
"version": "8.13.2"
}
]
1
https://gitee.com/mirrors/kibana.git
git@gitee.com:mirrors/kibana.git
mirrors
kibana
kibana
main

搜索帮助