Skip to content

Commit a2ded39

Browse files
committed
docs: Add more content to the OpenSearch section
1 parent 5bdab9c commit a2ded39

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

modules/ROOT/partials/release-notes/release-25.11.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,21 @@ This release adds a dedicated per-rolegroup `-metrics` Service, which can be use
7373

7474
===== OpenSearch
7575

76-
As of this release OpenSearch is part of the SDP.
76+
The Stackable platform now provides an operator for OpenSearch.
7777
We initially support version link:#new-product-versions-25_11_0[3.1.0], which is also marked as the LTS line going forward.
7878

79+
OpenSearch is a powerful search and analytics engine built on Apache Lucene.
80+
OpenSearch clusters can be specified in custom resources similar to other Stackable operators.
81+
For instance, a cluster with OpenSearch nodes of different types and replication factors can be defined.
82+
Logging, Monitoring and service exposition with ListenerClasses is supported as well.
83+
As the operator is still in an early development phase, special care was taken to allow extensive overriding with xref:concepts:overrides.adoc#config-overrides[`configOverrides`] and xref:concepts:overrides.adoc#pod-overrides[`podOverrides`].
84+
85+
The operator only manages the OpenSearch back-end.
86+
The OpenSearch Dashboards front-end can be installed via the https://github.com/opensearch-project/helm-charts/tree/opensearch-dashboards-3.1.0/charts/opensearch-dashboards[official Helm chart].
87+
Stackable provides a supported image for OpenSearch Dashboard which can be used with this Helm chart.
88+
89+
See the xref:opensearch:index.adoc[OpenSearch documentation] page for more details.
90+
7991
===== Trino
8092

8193
* The operator now supports configuring fault-tolerant execution for Trino via the TrinoCluster CRD.

0 commit comments

Comments
 (0)