Skip to content
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

Adding release artifacts for v0.1 of OpenSearch Migrations - Capture … #2015

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: migrations
artifact_id: opensearch-migrations
version: 0.1.0
platform: posix-platforms
architecture: all-architectures
artifact_url: https://artifacts.opensearch.org/migrations/0.1.0/opensearch-migrations-0.1.0.tar.gz
slug: opensearch-migrations-0.1.0
category: opensearch
type: targz
signature: https://artifacts.opensearch.org/migrations/0.1.0/opensearch-migrations-0.1.0.tar.gz.sig
---
2 changes: 2 additions & 0 deletions _includes/downloads/opensearch-migrations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
OpenSearch migration and comparison tools simplify the process of migrating to OpenSearch and upgrading to newer versions.
This package allows you to assess and compare two clusters. Currently in beta, it supports migrations and upgrades from Elasticsearch 7 source clusters to both OpenSearch 1 and OpenSearch 2 targets.
5 changes: 5 additions & 0 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
macos: macOS
java: "Java"
docker: Docker
posix-platforms: "POSIX Platforms"
extensions:
targz: ".tar.gz"
exe: "Installer (exe)"
Expand All @@ -37,6 +38,7 @@
docker_hub: 'Dockerfile'
system-package: "System package"
architectures:
all-architectures: "All Architectures"
arm64: "ARM64"
x64: "x64"
x86: "x86"
Expand All @@ -45,18 +47,21 @@
opensearch: OpenSearch
opensearch-dashboards: OpenSearch Dashboards
command-line-tools: 'Command Line Tools'
migrations: 'Migration and Comparison Tools'
data-ingest: 'Ingest Tools'
docker-compose: 'Try OpenSearch with Docker Compose'
minimal: 'Minimal Distributions'
drivers: "Drivers"

architecture_order:
- all-architectures
- x64
- arm64
- x86
- jvm

platform_order:
- posix-platforms
- linux
- docker
- freebsd
Expand Down
8 changes: 8 additions & 0 deletions _versions/2023-07-24-opensearch-2.9.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ components:
platform_order:
- docker
- linux
- role: migrations
artifact: opensearch-migrations
version: 0.1.0
- role: ingest
artifact: logstash-oss-with-opensearch-output-plugin
version: 8.9.0
Expand Down Expand Up @@ -56,6 +59,11 @@ sections:
explanation: "downloads/data-prepper.html"
logstash-oss-with-opensearch-output-plugin:
explanation: "downloads/logstash-oss-with-opensearch-output-plugin.markdown"
migrations:
role: migrations
artifacts:
opensearch-migrations:
explanation: "downloads/opensearch-migrations.html"
command-line-tools:
role: command-line-tools
artifacts:
Expand Down
8 changes: 8 additions & 0 deletions _versions/2023-08-10-opensearch-1.3.12.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ components:
platform_order:
- docker
- linux
- role: migrations
artifact: opensearch-migrations
version: 0.1.0
- role: ingest
artifact: logstash-oss-with-opensearch-output-plugin
version: 8.6.1
Expand Down Expand Up @@ -56,6 +59,11 @@ sections:
explanation: "downloads/data-prepper.html"
logstash-oss-with-opensearch-output-plugin:
explanation: "downloads/logstash-oss-with-opensearch-output-plugin.markdown"
migrations:
role: migrations
artifacts:
opensearch-migrations:
explanation: "downloads/opensearch-migrations.html"
command-line-tools:
role: command-line-tools
artifacts:
Expand Down