mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Add XPack Reporting to Kibana Guide (#12062)
* [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
This commit is contained in:
parent
2a0a1b0bdc
commit
04f871f9f1
7 changed files with 51 additions and 45 deletions
22
docs/index-shared1.asciidoc
Normal file
22
docs/index-shared1.asciidoc
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
//////////
|
||||
release-state can be: released | prerelease | unreleased
|
||||
//////////
|
||||
:release-state: released
|
||||
:version: 5.1.2
|
||||
:major-version: 5.x
|
||||
:branch: 5.1
|
||||
|
||||
: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[]
|
12
docs/index-shared2.asciidoc
Normal file
12
docs/index-shared2.asciidoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
include::migration.asciidoc[]
|
||||
|
||||
include::getting-started.asciidoc[]
|
||||
|
||||
include::discover.asciidoc[]
|
||||
|
||||
include::visualize.asciidoc[]
|
||||
|
||||
include::dashboard.asciidoc[]
|
||||
|
||||
include::timelion.asciidoc[]
|
2
docs/index-shared4.asciidoc
Normal file
2
docs/index-shared4.asciidoc
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
include::management.asciidoc[]
|
8
docs/index-shared5.asciidoc
Normal file
8
docs/index-shared5.asciidoc
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
include::plugins.asciidoc[]
|
||||
|
||||
include::development.asciidoc[]
|
||||
|
||||
include::limitations.asciidoc[]
|
||||
|
||||
include::release-notes.asciidoc[]
|
|
@ -1,46 +1,8 @@
|
|||
[[kibana-guide]]
|
||||
= Kibana User Guide
|
||||
|
||||
//////////
|
||||
release-state can be: released | prerelease | unreleased
|
||||
//////////
|
||||
:release-state: released
|
||||
:version: 5.1.2
|
||||
:major-version: 5.x
|
||||
:branch: 5.1
|
||||
|
||||
: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/current/
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
:issue: {repo}issues/
|
||||
:pull: {repo}pull/
|
||||
:commit: {repo}commit/
|
||||
:security: https://www.elastic.co/community/security/
|
||||
|
||||
|
||||
include::introduction.asciidoc[]
|
||||
|
||||
include::setup.asciidoc[]
|
||||
|
||||
include::migration.asciidoc[]
|
||||
|
||||
include::getting-started.asciidoc[]
|
||||
|
||||
include::discover.asciidoc[]
|
||||
|
||||
include::visualize.asciidoc[]
|
||||
|
||||
include::dashboard.asciidoc[]
|
||||
|
||||
include::timelion.asciidoc[]
|
||||
|
||||
include::console.asciidoc[]
|
||||
|
||||
include::management.asciidoc[]
|
||||
|
||||
include::plugins.asciidoc[]
|
||||
|
||||
include::development.asciidoc[]
|
||||
|
||||
include::release-notes.asciidoc[]
|
||||
include::index-shared1.asciidoc[]
|
||||
include::index-shared2.asciidoc[]
|
||||
include::index-shared3.asciidoc[]
|
||||
include::index-shared4.asciidoc[]
|
||||
include::index-shared5.asciidoc[]
|
||||
|
|
|
@ -10,7 +10,7 @@ An Open Redirect vulnerability has been fixed with the short URL feature.
|
|||
Previously, a malicious user could use the internal API that powers the short
|
||||
URL feature to create a short URL in kibana that redirected to a different
|
||||
domain. +
|
||||
{security}[ESA-2016-08] ({commit}92ae3ae[92ae3ae])
|
||||
{security-ref}[ESA-2016-08] ({commit}92ae3ae[92ae3ae])
|
||||
|
||||
[float]
|
||||
[[bug-5.0.1]]
|
||||
|
|
|
@ -12,7 +12,7 @@ means that being authenticated at all was sufficient to have both read and
|
|||
write access to the advanced settings and short URLs. +
|
||||
Kibana 5.0.2 now authenticates requests for each service on behalf of the
|
||||
current user. +
|
||||
{security}[ESA-2016-10] ({pull}9214[#9214])
|
||||
{security-ref}[ESA-2016-10] ({pull}9214[#9214])
|
||||
|
||||
[float]
|
||||
[[bug-5.0.2]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue