[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:
Lisa Cawley 2017-06-21 16:30:18 -07:00 committed by lcawley
parent 18d3dec921
commit f18b5f5975
8 changed files with 52 additions and 46 deletions

View file

@ -0,0 +1,22 @@
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: unreleased
: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[]

View file

@ -0,0 +1,12 @@
include::migration.asciidoc[]
include::getting-started.asciidoc[]
include::discover.asciidoc[]
include::visualize.asciidoc[]
include::dashboard.asciidoc[]
include::timelion.asciidoc[]

View file

@ -0,0 +1,2 @@
include::management.asciidoc[]

View file

@ -0,0 +1,8 @@
include::plugins.asciidoc[]
include::development.asciidoc[]
include::limitations.asciidoc[]
include::release-notes.asciidoc[]

View file

@ -1,46 +1,8 @@
[[kibana-guide]]
= Kibana User Guide
//////////
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/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[]

View file

@ -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]]

View file

@ -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]]

View file

@ -10,7 +10,7 @@ When previous versions of Kibana 5 are configured for SSL client access, file
descriptors will fail to be cleaned up after certain requests and will
accumulate over time until the process crashes. Requests that are canceled
before data is sent can also crash the process. +
{security}[ESA-2017-02] ({pull}10225[#10225])
{security-ref}[ESA-2017-02] ({pull}10225[#10225])
[float]
[[bug-5.2.1]]