mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* [DOCS] Add XPack Reporting to Kibana Guide * [DOCS] Add attributes for private vs open repo builds * [DOCS] Add index-shared.asciidoc * [DOCS] Address feedback on index-shared.asciidoc * [DOCS] Add X-Pack introduction to Kibana Guide * [DOCS] Add X-Pack installion to Kibana Guide * [DOCS] Fix duplicate security attribute in index-shared.asciidoc * [DOCS] Further fix duplicate security attribute in index-shared.asciidoc * [DOCS] Revert changes to intro and setup * [DOCS] Split index-shared.asciidoc * [DOCS] Add index-shared5.asciidoc
22 lines
695 B
Text
22 lines
695 B
Text
|
|
//////////
|
|
release-state can be: released | prerelease | unreleased
|
|
//////////
|
|
:release-state: released
|
|
:version: 5.0.2
|
|
:major-version: 5.x
|
|
:branch: 5.0
|
|
|
|
: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[]
|