Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Document Kibana Space ID setting (#16622) #16669

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,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 @@ -1824,6 +1824,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 @@ -1263,6 +1263,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 @@ -1057,6 +1057,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 @@ -1000,6 +1000,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 @@ -1811,6 +1811,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 @@ -1541,6 +1541,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 @@ -1042,6 +1042,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 @@ -1170,6 +1170,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 @@ -2370,6 +2370,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 @@ -1068,6 +1068,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 @@ -2044,6 +2044,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 @@ -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