-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 9.0 Installation and Upgrade Guide (#3164)
- Loading branch information
Showing
2 changed files
with
94 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
:version: 9.0.0-beta1 | ||
//// | ||
bare_version never includes -alpha or -beta | ||
//// | ||
:bare_version: 9.0.0 | ||
:logstash_version: 9.0.0 | ||
:elasticsearch_version: 9.0.0 | ||
:kibana_version: 9.0.0 | ||
:apm_server_version: 9.0.0 | ||
:branch: current | ||
:minor-version: 9.0 | ||
:major-version: 9.x | ||
:prev-major-version: 8.x | ||
:prev-major-last: 8.17 | ||
:major-version-only: 9 | ||
:ecs_version: 8.17 | ||
:esf_version: master | ||
:ece-version-link: current | ||
////////// | ||
Keep the :esf_version: attribute value as master. | ||
////////// | ||
|
||
////////// | ||
release-state can be: released | prerelease | unreleased | ||
////////// | ||
:release-state: unreleased | ||
|
||
////////// | ||
is-current-version can be: true | false | ||
////////// | ||
:is-current-version: false | ||
|
||
////////// | ||
hide-xpack-tags defaults to "false" (they are shown unless set to "true") | ||
////////// | ||
:hide-xpack-tags: true | ||
|
||
//// | ||
APM Agent versions | ||
//// | ||
:apm-android-branch: 0.x | ||
:apm-go-branch: 2.x | ||
:apm-ios-branch: 1.x | ||
:apm-java-branch: 1.x | ||
:apm-rum-branch: 5.x | ||
:apm-node-branch: 4.x | ||
:apm-php-branch: 1.x | ||
:apm-py-branch: 6.x | ||
:apm-ruby-branch: 4.x | ||
:apm-dotnet-branch: 1.x | ||
|
||
//// | ||
ECS Logging | ||
//// | ||
:ecs-logging: master | ||
:ecs-logging-go-logrus: master | ||
:ecs-logging-go-zap: master | ||
:ecs-logging-go-zerolog: master | ||
:ecs-logging-java: 1.x | ||
:ecs-logging-dotnet: master | ||
:ecs-logging-nodejs: master | ||
:ecs-logging-php: master | ||
:ecs-logging-python: master | ||
:ecs-logging-ruby: master | ||
|
||
//// | ||
Synthetics | ||
//// | ||
:synthetics_version: v1.3.0 | ||
|
||
//// | ||
API URLs | ||
//// | ||
:api-kibana: https://www.elastic.co/docs/api/doc/kibana | ||
:api-es: https://www.elastic.co/docs/api/doc/elasticsearch | ||
:api-ls: https://www.elastic.co/docs/api/doc/logstash | ||
|
||
//// | ||
Feature flags | ||
//// | ||
|
||
:serverlessCustomRoles: true |