Skip to content

[work in progress] Add products frontmatter, update applies_to as needed #1336

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

Closed
wants to merge 12 commits into from
Next Next commit
fix invalid frontmatter
  • Loading branch information
colleenmcginnis committed Apr 30, 2025
commit 9fc318d2450885bb22a766a5ff1b63690442d396
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
navigation_title: "Install from archive on Linux or macOS"
navigation_title: "Linux and MacOS"
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/targz.html
sub:
ipcommand: "ifconfig"
navigation_title: "Linux and MacOS"
applies_to:
deployment:
self:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
navigation_title: "Install on Windows"
navigation_title: "Windows"
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/windows.html
navigation_title: "Windows"
applies_to:
deployment:
self:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
navigation_title: "Install with Debian package"
navigation_title: "Debian"
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/deb.html
navigation_title: "Debian"
applies_to:
deployment:
self:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
navigation_title: "Install with Docker"
navigation_title: "Docker"
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/docker.html
navigation_title: "Docker"
applies_to:
deployment:
self:
applies_to:
deployment:
self:
Expand Down Expand Up @@ -188,10 +184,10 @@ All information that you include in environment variables is visible through the

Some example translations are shown here:

| Environment variable | {{kib}} setting |
| Environment variable | {{kib}} setting |
| --- | --- |
| `SERVER_NAME` | `server.name` |
| `SERVER_BASEPATH` | `server.basePath`|
| `SERVER_BASEPATH` | `server.basePath`|
| `ELASTICSEARCH_HOSTS` | `elasticsearch.hosts` |

In general, any setting listed in [](configure-kibana.md) can be configured with this technique.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
navigation_title: "Install with RPM"
navigation_title: "RPM"
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/rpm.html
navigation_title: "RPM"
applies_to:
deployment:
self:
Expand Down