39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
---
|
|
layout: default
|
|
title: Install OpenSearch Dashboards
|
|
nav_order: 3
|
|
has_children: true
|
|
redirect_from:
|
|
- /dashboards/install/
|
|
- /dashboards/compatibility/
|
|
---
|
|
|
|
# Install and configure OpenSearch Dashboards
|
|
|
|
This section details how to install and configure OpenSearch Dashboards.
|
|
|
|
## Installation options
|
|
|
|
OpenSearch Dashboards has the following installation options:
|
|
|
|
- [Docker]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/docker/)
|
|
- [Tarball]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/tar/)
|
|
- [RPM]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/rpm/)
|
|
- [Helm]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/helm/)
|
|
- [Windows]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/windows/)
|
|
|
|
## Browser compatibility
|
|
|
|
OpenSearch Dashboards supports the following web browsers:
|
|
|
|
- Chrome
|
|
- Firefox
|
|
- Safari
|
|
- Edge (Chromium)
|
|
|
|
Other Chromium-based browsers might work, as well. Internet Explorer and Microsoft Edge Legacy are **not** supported.
|
|
|
|
## Configuration
|
|
|
|
To learn how to configure TLS for OpenSearch Dashboards, see [Configure TLS]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/tls/)
|