Skip to content

Commit

Permalink
Document Kibana Space ID setting (#16622) (#16669)
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 4355341 commit f6509f0
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 @@ -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 @@ -2055,6 +2055,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

0 comments on commit f6509f0

Please sign in to comment.