mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 00:45:43 -04:00
22 lines
695 B
Text
22 lines
695 B
Text
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
:release-state: released
|
|
:version: 5.3.3
|
|
:major-version: 5.x
|
|
:branch: 5.3
|
|
|
|
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
|
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
|
|
:xpack-ref: https://www.elastic.co/guide/en/x-pack/{branch}/
|
|
:repo: https://github.com/elastic/kibana/
|
|
:issue: {repo}issues/
|
|
:pull: {repo}pull/
|
|
:commit: {repo}commit/
|
|
:blob: {repo}blob/{branch}/
|
|
:security-ref: https://www.elastic.co/community/security/
|
|
|
|
include::introduction.asciidoc[]
|
|
|
|
include::setup.asciidoc[]
|