Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Removed the Upgrade to OpenSearch topic #2139

Merged
merged 4 commits into from
Oct 13, 2023
Merged
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
2 changes: 2 additions & 0 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
/docs/products/clickhouse/concepts/databases-and-tables.html /docs/products/clickhouse/howto/manage-databases-tables.html
/docs/products/clickhouse/howto/integrate-pg.html /docs/products/clickhouse/howto/integrate-postgresql.html
/docs/platform/concepts/byoa.html /docs/platform/concepts/byoc.html
/docs/products/opensearch/howto/list-upgrade /docs/products/opensearch/howto
/docs/products/opensearch/howto/upgrade-to-opensearch /docs/products/opensearch/concepts/opensearch-vs-elasticsearch

# Moved to https://aiven.io/developer
/docs/tools/terraform/reference/cookbook https://aiven.io/developer/terraform
Expand Down
7 changes: 2 additions & 5 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,11 +1062,8 @@ entries:
entries:
- file: docs/products/opensearch/howto/opensearch-log-integration
- file: docs/products/opensearch/howto/integrate-with-grafana
- file: docs/products/opensearch/howto/list-upgrade
title: Upgrade to OpenSearch
entries:
- file: docs/products/opensearch/howto/upgrade-to-opensearch
- file: docs/products/opensearch/howto/upgrade-clients-to-opensearch
- file: docs/products/opensearch/howto/upgrade-clients-to-opensearch
title: Upgrade Elasticsearch clients
- file: docs/products/opensearch/dashboards
title: OpenSearch Dashboards
entries:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ OpenSearch® vs Elasticsearch

OpenSearch® is the open source continuation of the original Elasticsearch project. When `Elastic moved to a restrictive license <https://www.elastic.co/blog/licensing-change>`_, the changes meant that third parties were not able to continue to offer Elasticsearch as a service. The community (including Aiven) joined forces to create and maintain OpenSearch based on the last open source licensed releases of both Elasticsearch and Kibana (v7.10.2).

The v1.0 release of OpenSearch should be very much similar to the Elasticsearch release that it is based on and Aiven encourages all customers to upgrade at their earliest convenience. This is to ensure that your platforms are in a position to continue to receive upgrades in the future.
Version 1.0 release of OpenSearch should be very similar to the Elasticsearch release that it is based on, and Aiven encourages all customers to upgrade at their earliest convenience. This is to ensure that your platforms can continue to receive upgrades in the future.

To start exploring Aiven for OpenSearch®, check out the :doc:`Get Started with Aiven for OpenSearch® <../getting-started>`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about removing "the"?


-----

Expand Down
16 changes: 0 additions & 16 deletions docs/products/opensearch/howto/list-upgrade.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ In order to upgrade the Elasticsearch clients to OpenSearch follow these steps:


.. note::
You can migrate your cluster from Elasticsearch to OpenSearch either before or after switching the clients. Read :doc:`our article <upgrade-to-opensearch>` for more details.

You can migrate your cluster from Elasticsearch to OpenSearch either before or after switching the clients.


What if you can't upgrade immediately?
Expand Down
59 changes: 0 additions & 59 deletions docs/products/opensearch/howto/upgrade-to-opensearch.rst

This file was deleted.

Loading