Skip to content

Commit

Permalink
Document Kibana Space ID setting (#16622) (#16670)
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>

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
ycombinator and dedemorton authored Feb 28, 2020
1 parent 7f76ebd commit 61ca0a4
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 @@ -1122,6 +1122,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 @@ -1819,6 +1819,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 @@ -1266,6 +1266,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 @@ -1060,6 +1060,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 @@ -1003,6 +1003,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 @@ -1809,6 +1809,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 @@ -1537,6 +1537,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 @@ -1045,6 +1045,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 @@ -1173,6 +1173,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 @@ -2347,6 +2347,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 @@ -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 x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,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 @@ -1048,6 +1048,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 61ca0a4

Please sign in to comment.