File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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[]
You can’t perform that action at this time.
0 commit comments