Skip to content

Commit 92341d0

Browse files
committed
add documentation on using the OpenSearch Dashboards
1 parent b9ac06f commit 92341d0

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
= OpenSearch Dashboards
2+
:description: OpenSearch Dashboards
3+
:official-helm-chart: https://docs.opensearch.org/latest/install-and-configure/install-dashboards/helm/
4+
5+
OpenSearch Dashboards is currently not managed by the operator but the Stackable Data Platform provides a supported OCI image.
6+
7+
One way to deploy OpenSearch Dashboards is by using the {official-helm-chart}[official Helm chart{external-link-icon}^].
8+
9+
A basic `values.yaml` file to deploy OpenSearch Dashboards with this chart might look like this:
10+
11+
[source,yaml]
12+
----
13+
opensearchHosts: https://opensearch-nodes-cluster-manager:9200 # <1>
14+
image:
15+
repository: oci.stackable.tech/sdp/opensearch-dashboards # <2>
16+
tag: 3.1.0-stackable0.0.0-dev
17+
----
18+
<1> Address of the OpenSearch cluster manager service deployed by the operator
19+
<2> Use the OCI image provided by the Stackable Data Platform

docs/modules/opensearch/partials/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
** xref:opensearch:usage-guide/storage-resource-configuration.adoc[]
88
** xref:opensearch:usage-guide/configuration-environment-overrides.adoc[]
99
** xref:opensearch:usage-guide/monitoring.adoc[]
10+
** xref:opensearch:usage-guide/opensearch-dashboards.adoc[]
1011
** xref:opensearch:usage-guide/operations/index.adoc[]
1112
*** xref:opensearch:usage-guide/operations/cluster-operations.adoc[]
1213
*** xref:opensearch:usage-guide/operations/pod-placement.adoc[]

0 commit comments

Comments
 (0)