Skip to content

Commit

Permalink
Document Kibana Space ID setting (elastic#16622)
Browse files Browse the repository at this point in the history
* Document Kibana Space ID setting

* Update reference YML files

* Update libbeat/docs/shared-kibana-config.asciidoc

Co-Authored-By: DeDe Morton <dede.morton@elastic.co>

* Updating reference YML files

* Adding link to doc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
2 people authored and blakerouse committed Feb 28, 2020
1 parent 99be099 commit 5da73b2
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 1 deletion.
3 changes: 3 additions & 0 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions journalbeat/journalbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions libbeat/_meta/config.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
9 changes: 8 additions & 1 deletion libbeat/docs/shared-kibana-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ An HTTP path prefix that is prepended to the HTTP API calls. This is useful for
the cases where Kibana listens behind an HTTP reverse proxy that exports the API
under a custom prefix.

[float]
[[kibana-space-id-option]]
==== `setup.kibana.space.id`

The {kibana-ref}/xpack-spaces.html[Kibana space] ID to use. If specified,
{beatname_uc} loads Kibana assets into this Kibana space. Omit this option to
use the default space.

[float]
==== `setup.kibana.ssl.enabled`

Expand All @@ -104,4 +112,3 @@ setup.kibana.ssl.key: "/etc/pki/client/cert.key
----

See <<configuration-ssl>> for more information.

3 changes: 3 additions & 0 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions x-pack/auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions x-pack/functionbeat/functionbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down
3 changes: 3 additions & 0 deletions x-pack/winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,9 @@ setup.kibana:
# Optional HTTP path
#path: ""

# Optional Kibana space ID.
#space.id: ""

# Use SSL settings for HTTPS. Default is true.
#ssl.enabled: true

Expand Down

0 comments on commit 5da73b2

Please sign in to comment.