Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add opensearch-operator #758

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ content:
- release-23.7
- release-23.4
- release-23.1
- url: https://github.com/stackabletech/opensearch-operator.git
start_path: docs
branches:
- main
- url: https://github.com/stackabletech/spark-k8s-operator.git
start_path: docs
branches:
Expand Down
4 changes: 4 additions & 0 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ content:
- release-23.7
- release-23.4
- release-23.1
- url: https://github.com/stackabletech/opensearch-operator.git
start_path: docs
branches:
- main
- url: https://github.com/stackabletech/spark-k8s-operator.git
start_path: docs
branches:
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/product-information.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Supported products:
* xref:hdfs:index.adoc[Apache Hadoop HDFS]
* xref:kafka:index.adoc[Apache Kafka]
* xref:nifi:index.adoc[Apache Nifi]
* xref:opensearch:index.adoc[OpenSearch]
* xref:spark-k8s:index.adoc[Apache Spark] (including xref:spark-k8s:usage-guide/history-server.adoc[Spark History Server])
* xref:superset:index.adoc[Apache Superset]
* xref:trino:index.adoc[Trino]
Expand Down
18 changes: 17 additions & 1 deletion modules/operators/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ xref:nifi:index.adoc[Read more]
<div class="box">
++++

++++
<h3 id="opensearch"><a class="anchor" href="#opensearch"></a>OpenSearch</h3>
++++

OpenSearch is a powerful search and analytics engine built on Apache Lucene.

xref:opensearch:index.adoc[Read more]

++++
</div>
++++

++++
<div class="box">
++++

++++
<h3 id="spark"><a class="anchor" href="#spark"></a>Apache Spark</h3>
++++
Expand Down Expand Up @@ -283,4 +299,4 @@ xref:listener-operator:index.adoc[Read more]

++++
</div>
++++
++++
4 changes: 4 additions & 0 deletions modules/operators/pages/supported_versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ include::nifi:partial$supported-versions.adoc[]

include::opa:partial$supported-versions.adoc[]

== OpenSearch

include::opensearch:partial$supported-versions.adoc[]

== Apache Spark on Kubernetes

include::spark-k8s:partial$supported-versions.adoc[]
Expand Down
5 changes: 5 additions & 0 deletions modules/operators/partials/operator_doc_links.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ include::kafka:partial$nav.adoc[]
--
include::nifi:partial$nav.adoc[]
--
** xref:opensearch:index.adoc[OpenSearch]
+
--
include::opensearch:partial$nav.adoc[]
--
** xref:spark-k8s:index.adoc[Apache Spark on K8S]
+
--
Expand Down
1 change: 1 addition & 0 deletions modules/tutorials/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Follow any of these guides to get started with a specific product.
* xref:kafka:getting_started/index.adoc[Stackable Operator for Apache Kafka]
* xref:nifi:getting_started/index.adoc[Stackable Operator for Apache NiFi]
* xref:opa:getting_started/index.adoc[Stackable Operator for OpenPolicyAgent]
* xref:opensearch:getting_started/index.adoc[Stackable Operator for OpenSearch]
* xref:spark-k8s:getting_started/index.adoc[Stackable Operator for Apache Spark]
* xref:superset:getting_started/index.adoc[Stackable Operator for Apache Superset]
* xref:trino:getting_started/index.adoc[Stackable Operator for Trino]
Expand Down
4 changes: 4 additions & 0 deletions only-dev-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ content:
start_path: docs
branches:
- main
- url: https://github.com/stackabletech/opensearch-operator.git
start_path: docs
branches:
- main
- url: https://github.com/stackabletech/spark-k8s-operator.git
start_path: docs
branches:
Expand Down
1 change: 1 addition & 0 deletions supplemental-ui/partials/navbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<a class="navbar-item" href="{{{ relativize (versioned "home" page "hive/index.html") }}}">Apache Hive</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "kafka/index.html") }}}">Apache Kafka</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "nifi/index.html") }}}">Apache NiFi</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "opensearch/index.html") }}}">OpenSearch</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "spark-k8s/index.html") }}}">Apache Spark on K8S</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "superset/index.html") }}}">Apache Superset</a>
<a class="navbar-item" href="{{{ relativize (versioned "home" page "trino/index.html") }}}">Trino</a>
Expand Down
2 changes: 2 additions & 0 deletions truly-local-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ content:
start_path: docs
- url: ../opa-operator/
start_path: docs
- url: ../opensearch-operator/
start_path: docs
- url: ../spark-k8s-operator/
start_path: docs
- url: ../superset-operator/
Expand Down
Loading