From 400d1bec3057115a0826c57640713c86bfb6f178 Mon Sep 17 00:00:00 2001 From: Kondaka Date: Mon, 9 Dec 2024 15:35:42 -0800 Subject: [PATCH 1/2] Releases DataPrepper 2.10.2 Signed-off-by: Kondaka --- .../data-prepper-2.10.2-docker-x64.markdown | 22 +++++++++++++++++++ .../data-prepper-2.10.2-linux-x64.markdown | 13 +++++++++++ ...a-prepper-2.10.2-no-jdk-linux-x64.markdown | 13 +++++++++++ .../2021-07-12-opensearch-1.0.0.markdown | 2 +- .../2021-09-01-opensearch-1.0.1.markdown | 2 +- .../2021-10-05-opensearch-1.1.0.markdown | 4 ++-- .../2021-11-23-opensearch-1.2.0.markdown | 4 ++-- .../2021-12-11-opensearch-1.2.1.markdown | 4 ++-- .../2021-12-16-opensearch-1.2.2.markdown | 4 ++-- .../2021-12-22-opensearch-1.2.3.markdown | 4 ++-- .../2022-01-18-opensearch-1.2.4.markdown | 4 ++-- .../2022-03-17-opensearch-1.3.0.markdown | 4 ++-- .../2022-03-30-opensearch-1.3.1.markdown | 4 ++-- .../2022-05-05-opensearch-1.3.2.markdown | 4 ++-- .../2022-05-26-opensearch-2.0.0.markdown | 4 ++-- .../2022-06-09-opensearch-1.3.3.markdown | 4 ++-- .../2022-06-16-opensearch-2.0.1.markdown | 4 ++-- .../2022-07-07-opensearch-2.1.0.markdown | 2 +- .../2022-07-14-opensearch-1.3.4.markdown | 4 ++-- .../2022-08-11-opensearch-2.2.0.markdown | 2 +- .../2022-09-01-opensearch-1.3.5.markdown | 4 ++-- .../2022-09-01-opensearch-2.2.1.markdown | 2 +- .../2022-09-14-opensearch-2.3.0.markdown | 2 +- .../2022-10-06-opensearch-1.3.6.markdown | 4 ++-- .../2022-11-15-opensearch-2.4.0.markdown | 2 +- .../2022-12-13-opensearch-1.3.7.markdown | 4 ++-- .../2022-12-13-opensearch-2.4.1.markdown | 2 +- .../2023-01-24-opensearch-2.5.0.markdown | 2 +- .../2023-02-02-opensearch-1.3.8.markdown | 4 ++-- .../2023-02-28-opensearch-2.6.0.markdown | 2 +- .../2023-03-16-opensearch-1.3.9.markdown | 4 ++-- .../2023-05-02-opensearch-2.7.0.markdown | 2 +- .../2023-05-18-opensearch-1.3.10.markdown | 4 ++-- .../2023-06-06-opensearch-2.8.0.markdown | 2 +- .../2023-06-29-opensearch-1.3.11.markdown | 4 ++-- .../2023-07-24-opensearch-2.9.0.markdown | 2 +- .../2023-08-10-opensearch-1.3.12.markdown | 2 +- .../2023-09-21-opensearch-1.3.13.markdown | 2 +- .../2023-09-25-opensearch-2.10.0.markdown | 2 +- .../2023-10-16-opensearch-2.11.0.markdown | 2 +- .../2023-11-30-opensearch-2.11.1.markdown | 2 +- .../2023-12-12-opensearch-1.3.14.markdown | 2 +- .../2024-02-20-opensearch-2.12.0.markdown | 2 +- .../2024-03-05-opensearch-1.3.15.markdown | 2 +- .../2024-04-02-opensearch-2.13.0.markdown | 2 +- .../2024-04-23-opensearch-1.3.16.markdown | 2 +- .../2024-05-14-opensearch-2.14.0.markdown | 2 +- .../2024-06-06-opensearch-1.3.17.markdown | 2 +- .../2024-06-25-opensearch-2.15.0.markdown | 2 +- .../2024-07-07-opensearch-2.16.0.markdown | 2 +- .../2024-07-16-opensearch-1.3.18.markdown | 2 +- .../2024-08-27-opensearch-1.3.19.markdown | 2 +- .../2024-09-17-opensearch-2.17.0.markdown | 2 +- .../2024-10-01-opensearch-2.17.1.markdown | 2 +- .../2024-11-05-opensearch-2.18.0.markdown | 2 +- .../_2021-12-14-opensearch-1.1.1.markdown | 2 +- 56 files changed, 121 insertions(+), 73 deletions(-) create mode 100644 _artifacts/data-prepper/data-prepper-2.10.2-docker-x64.markdown create mode 100644 _artifacts/data-prepper/data-prepper-2.10.2-linux-x64.markdown create mode 100644 _artifacts/data-prepper/data-prepper-2.10.2-no-jdk-linux-x64.markdown diff --git a/_artifacts/data-prepper/data-prepper-2.10.2-docker-x64.markdown b/_artifacts/data-prepper/data-prepper-2.10.2-docker-x64.markdown new file mode 100644 index 000000000..85c7d3604 --- /dev/null +++ b/_artifacts/data-prepper/data-prepper-2.10.2-docker-x64.markdown @@ -0,0 +1,22 @@ +--- +role: ingest +artifact_id: data-prepper +version: data-prepper-2.10.2 +platform: docker +type: docker +architecture: x64 +slug: data-prepper-2.10.2-docker-x64 +category: opensearch +inline_instructions: + - label: "Docker Hub" + code: docker pull opensearchproject/data-prepper:2.10.2 + link: + label: View on Docker Hub + url: https://hub.docker.com/r/opensearchproject/data-prepper/tags?page=1&ordering=last_updated&name=2.10.2 + - label: "Amazon ECR" + code: docker pull public.ecr.aws/opensearchproject/data-prepper:2.10.2 + link: + label: View on Amazon ECR + url: https://gallery.ecr.aws/opensearchproject/data-prepper +--- + diff --git a/_artifacts/data-prepper/data-prepper-2.10.2-linux-x64.markdown b/_artifacts/data-prepper/data-prepper-2.10.2-linux-x64.markdown new file mode 100644 index 000000000..0bfdaf626 --- /dev/null +++ b/_artifacts/data-prepper/data-prepper-2.10.2-linux-x64.markdown @@ -0,0 +1,13 @@ +--- +role: ingest +artifact_id: data-prepper +version: data-prepper-2.10.2 +platform: linux +architecture: x64 +type: targz +artifact_url: https://artifacts.opensearch.org/data-prepper/2.10.2/opensearch-data-prepper-jdk-2.10.2-linux-x64.tar.gz +signature: https://artifacts.opensearch.org/data-prepper/2.10.2/opensearch-data-prepper-jdk-2.10.2-linux-x64.tar.gz.sig +slug: data-prepper-jdk-2.10.2-linux-x64 +category: opensearch +--- + diff --git a/_artifacts/data-prepper/data-prepper-2.10.2-no-jdk-linux-x64.markdown b/_artifacts/data-prepper/data-prepper-2.10.2-no-jdk-linux-x64.markdown new file mode 100644 index 000000000..dc7521365 --- /dev/null +++ b/_artifacts/data-prepper/data-prepper-2.10.2-no-jdk-linux-x64.markdown @@ -0,0 +1,13 @@ +--- +role: ingest +artifact_id: data-prepper-no-jdk +version: data-prepper-2.10.2 +platform: linux +architecture: x64 +type: targz +artifact_url: https://artifacts.opensearch.org/data-prepper/2.10.2/opensearch-data-prepper-2.10.2-linux-x64.tar.gz +signature: https://artifacts.opensearch.org/data-prepper/2.10.2/opensearch-data-prepper-2.10.2-linux-x64.tar.gz.sig +slug: data-prepper-2.10.2-linux-x64 +category: opensearch +--- + diff --git a/_versions/2021-07-12-opensearch-1.0.0.markdown b/_versions/2021-07-12-opensearch-1.0.0.markdown index a6fed6d99..cb8ab1eca 100644 --- a/_versions/2021-07-12-opensearch-1.0.0.markdown +++ b/_versions/2021-07-12-opensearch-1.0.0.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2021-09-01-opensearch-1.0.1.markdown b/_versions/2021-09-01-opensearch-1.0.1.markdown index ae765a7eb..76dc1cc74 100644 --- a/_versions/2021-09-01-opensearch-1.0.1.markdown +++ b/_versions/2021-09-01-opensearch-1.0.1.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2021-10-05-opensearch-1.1.0.markdown b/_versions/2021-10-05-opensearch-1.1.0.markdown index 1d521a230..439b239ad 100644 --- a/_versions/2021-10-05-opensearch-1.1.0.markdown +++ b/_versions/2021-10-05-opensearch-1.1.0.markdown @@ -24,7 +24,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -92,4 +92,4 @@ pretty: opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2021-11-23-opensearch-1.2.0.markdown b/_versions/2021-11-23-opensearch-1.2.0.markdown index d7d92d88e..bdeadfd44 100644 --- a/_versions/2021-11-23-opensearch-1.2.0.markdown +++ b/_versions/2021-11-23-opensearch-1.2.0.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -94,4 +94,4 @@ pretty: **Note: [Please use version 1.2.1 or higher](/blog/releases/2021/12/update-to-1-2-1/).** -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2021-12-11-opensearch-1.2.1.markdown b/_versions/2021-12-11-opensearch-1.2.1.markdown index 6d7f6dd13..85b5fe5da 100644 --- a/_versions/2021-12-11-opensearch-1.2.1.markdown +++ b/_versions/2021-12-11-opensearch-1.2.1.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -91,4 +91,4 @@ pretty: opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2021-12-16-opensearch-1.2.2.markdown b/_versions/2021-12-16-opensearch-1.2.2.markdown index 9ddd7216b..0a81c035a 100644 --- a/_versions/2021-12-16-opensearch-1.2.2.markdown +++ b/_versions/2021-12-16-opensearch-1.2.2.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -91,4 +91,4 @@ pretty: opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2021-12-22-opensearch-1.2.3.markdown b/_versions/2021-12-22-opensearch-1.2.3.markdown index 7803d2a14..a8c8ffd5d 100644 --- a/_versions/2021-12-22-opensearch-1.2.3.markdown +++ b/_versions/2021-12-22-opensearch-1.2.3.markdown @@ -23,7 +23,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -91,4 +91,4 @@ pretty: opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-01-18-opensearch-1.2.4.markdown b/_versions/2022-01-18-opensearch-1.2.4.markdown index e41e716cc..56c475f94 100644 --- a/_versions/2022-01-18-opensearch-1.2.4.markdown +++ b/_versions/2022-01-18-opensearch-1.2.4.markdown @@ -18,7 +18,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -86,4 +86,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-03-17-opensearch-1.3.0.markdown b/_versions/2022-03-17-opensearch-1.3.0.markdown index 2ebcae615..bbd0010db 100644 --- a/_versions/2022-03-17-opensearch-1.3.0.markdown +++ b/_versions/2022-03-17-opensearch-1.3.0.markdown @@ -18,7 +18,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -86,4 +86,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-03-30-opensearch-1.3.1.markdown b/_versions/2022-03-30-opensearch-1.3.1.markdown index 28559a1a3..c12e9b430 100644 --- a/_versions/2022-03-30-opensearch-1.3.1.markdown +++ b/_versions/2022-03-30-opensearch-1.3.1.markdown @@ -18,7 +18,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -86,4 +86,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-05-05-opensearch-1.3.2.markdown b/_versions/2022-05-05-opensearch-1.3.2.markdown index b545a9aa9..938e60cd6 100644 --- a/_versions/2022-05-05-opensearch-1.3.2.markdown +++ b/_versions/2022-05-05-opensearch-1.3.2.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-05-26-opensearch-2.0.0.markdown b/_versions/2022-05-26-opensearch-2.0.0.markdown index 432a9dc3e..0f1fc9c4f 100644 --- a/_versions/2022-05-26-opensearch-2.0.0.markdown +++ b/_versions/2022-05-26-opensearch-2.0.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-06-09-opensearch-1.3.3.markdown b/_versions/2022-06-09-opensearch-1.3.3.markdown index a9f3ef177..fe4bf6b5e 100644 --- a/_versions/2022-06-09-opensearch-1.3.3.markdown +++ b/_versions/2022-06-09-opensearch-1.3.3.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-06-16-opensearch-2.0.1.markdown b/_versions/2022-06-16-opensearch-2.0.1.markdown index ab04cee04..a403843cd 100644 --- a/_versions/2022-06-16-opensearch-2.0.1.markdown +++ b/_versions/2022-06-16-opensearch-2.0.1.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-07-07-opensearch-2.1.0.markdown b/_versions/2022-07-07-opensearch-2.1.0.markdown index ef4b40383..df77bc009 100644 --- a/_versions/2022-07-07-opensearch-2.1.0.markdown +++ b/_versions/2022-07-07-opensearch-2.1.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2022-07-14-opensearch-1.3.4.markdown b/_versions/2022-07-14-opensearch-1.3.4.markdown index 44546e2f7..9f34715b2 100644 --- a/_versions/2022-07-14-opensearch-1.3.4.markdown +++ b/_versions/2022-07-14-opensearch-1.3.4.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-08-11-opensearch-2.2.0.markdown b/_versions/2022-08-11-opensearch-2.2.0.markdown index f34e9ee87..44d3dbff9 100644 --- a/_versions/2022-08-11-opensearch-2.2.0.markdown +++ b/_versions/2022-08-11-opensearch-2.2.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2022-09-01-opensearch-1.3.5.markdown b/_versions/2022-09-01-opensearch-1.3.5.markdown index 6e439d8fd..e1ef0beea 100644 --- a/_versions/2022-09-01-opensearch-1.3.5.markdown +++ b/_versions/2022-09-01-opensearch-1.3.5.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-09-01-opensearch-2.2.1.markdown b/_versions/2022-09-01-opensearch-2.2.1.markdown index 7d05ff493..ec06ba7b2 100644 --- a/_versions/2022-09-01-opensearch-2.2.1.markdown +++ b/_versions/2022-09-01-opensearch-2.2.1.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2022-09-14-opensearch-2.3.0.markdown b/_versions/2022-09-14-opensearch-2.3.0.markdown index 339f32a84..2a0d7064a 100644 --- a/_versions/2022-09-14-opensearch-2.3.0.markdown +++ b/_versions/2022-09-14-opensearch-2.3.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2022-10-06-opensearch-1.3.6.markdown b/_versions/2022-10-06-opensearch-1.3.6.markdown index 4d31a9ef5..fc722a85b 100644 --- a/_versions/2022-10-06-opensearch-1.3.6.markdown +++ b/_versions/2022-10-06-opensearch-1.3.6.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-11-15-opensearch-2.4.0.markdown b/_versions/2022-11-15-opensearch-2.4.0.markdown index 523254774..76cfb5953 100644 --- a/_versions/2022-11-15-opensearch-2.4.0.markdown +++ b/_versions/2022-11-15-opensearch-2.4.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2022-12-13-opensearch-1.3.7.markdown b/_versions/2022-12-13-opensearch-1.3.7.markdown index 9bfca9cb2..88a5ef8ff 100644 --- a/_versions/2022-12-13-opensearch-1.3.7.markdown +++ b/_versions/2022-12-13-opensearch-1.3.7.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2022-12-13-opensearch-2.4.1.markdown b/_versions/2022-12-13-opensearch-2.4.1.markdown index 559aeecf5..b406ac122 100644 --- a/_versions/2022-12-13-opensearch-2.4.1.markdown +++ b/_versions/2022-12-13-opensearch-2.4.1.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-01-24-opensearch-2.5.0.markdown b/_versions/2023-01-24-opensearch-2.5.0.markdown index eb37bdea1..d557c71fa 100644 --- a/_versions/2023-01-24-opensearch-2.5.0.markdown +++ b/_versions/2023-01-24-opensearch-2.5.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-02-02-opensearch-1.3.8.markdown b/_versions/2023-02-02-opensearch-1.3.8.markdown index 6bb5839ce..bb70620c9 100644 --- a/_versions/2023-02-02-opensearch-1.3.8.markdown +++ b/_versions/2023-02-02-opensearch-1.3.8.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2023-02-28-opensearch-2.6.0.markdown b/_versions/2023-02-28-opensearch-2.6.0.markdown index 3083683e9..bed491cee 100644 --- a/_versions/2023-02-28-opensearch-2.6.0.markdown +++ b/_versions/2023-02-28-opensearch-2.6.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-03-16-opensearch-1.3.9.markdown b/_versions/2023-03-16-opensearch-1.3.9.markdown index eb6b7733f..54a9031c4 100644 --- a/_versions/2023-03-16-opensearch-1.3.9.markdown +++ b/_versions/2023-03-16-opensearch-1.3.9.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2023-05-02-opensearch-2.7.0.markdown b/_versions/2023-05-02-opensearch-2.7.0.markdown index 18d759d7b..7c9523c02 100644 --- a/_versions/2023-05-02-opensearch-2.7.0.markdown +++ b/_versions/2023-05-02-opensearch-2.7.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-05-18-opensearch-1.3.10.markdown b/_versions/2023-05-18-opensearch-1.3.10.markdown index 7063ec21f..50dd8b338 100644 --- a/_versions/2023-05-18-opensearch-1.3.10.markdown +++ b/_versions/2023-05-18-opensearch-1.3.10.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2023-06-06-opensearch-2.8.0.markdown b/_versions/2023-06-06-opensearch-2.8.0.markdown index a1f465a92..e9f5e2679 100644 --- a/_versions/2023-06-06-opensearch-2.8.0.markdown +++ b/_versions/2023-06-06-opensearch-2.8.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-06-29-opensearch-1.3.11.markdown b/_versions/2023-06-29-opensearch-1.3.11.markdown index 742c1dc54..7a0df363f 100644 --- a/_versions/2023-06-29-opensearch-1.3.11.markdown +++ b/_versions/2023-06-29-opensearch-1.3.11.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux @@ -84,4 +84,4 @@ pretty: opensearch-dashboards: '' opensearch-dashboards-min: 'OpenSearch Dashboards Minimum' --- -OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. \ No newline at end of file +OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration. diff --git a/_versions/2023-07-24-opensearch-2.9.0.markdown b/_versions/2023-07-24-opensearch-2.9.0.markdown index f61330ea6..30c0343ee 100644 --- a/_versions/2023-07-24-opensearch-2.9.0.markdown +++ b/_versions/2023-07-24-opensearch-2.9.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-08-10-opensearch-1.3.12.markdown b/_versions/2023-08-10-opensearch-1.3.12.markdown index 09d2ec153..4e83e8a02 100644 --- a/_versions/2023-08-10-opensearch-1.3.12.markdown +++ b/_versions/2023-08-10-opensearch-1.3.12.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-09-21-opensearch-1.3.13.markdown b/_versions/2023-09-21-opensearch-1.3.13.markdown index ee460c14a..d0baf0cd0 100644 --- a/_versions/2023-09-21-opensearch-1.3.13.markdown +++ b/_versions/2023-09-21-opensearch-1.3.13.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-09-25-opensearch-2.10.0.markdown b/_versions/2023-09-25-opensearch-2.10.0.markdown index b0a7672cd..5f4e56727 100644 --- a/_versions/2023-09-25-opensearch-2.10.0.markdown +++ b/_versions/2023-09-25-opensearch-2.10.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-10-16-opensearch-2.11.0.markdown b/_versions/2023-10-16-opensearch-2.11.0.markdown index 6e95e9e92..539f15ebc 100644 --- a/_versions/2023-10-16-opensearch-2.11.0.markdown +++ b/_versions/2023-10-16-opensearch-2.11.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-11-30-opensearch-2.11.1.markdown b/_versions/2023-11-30-opensearch-2.11.1.markdown index e32a3cdae..7861e4dff 100644 --- a/_versions/2023-11-30-opensearch-2.11.1.markdown +++ b/_versions/2023-11-30-opensearch-2.11.1.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2023-12-12-opensearch-1.3.14.markdown b/_versions/2023-12-12-opensearch-1.3.14.markdown index cbbf20a29..c1b882876 100644 --- a/_versions/2023-12-12-opensearch-1.3.14.markdown +++ b/_versions/2023-12-12-opensearch-1.3.14.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-02-20-opensearch-2.12.0.markdown b/_versions/2024-02-20-opensearch-2.12.0.markdown index 2897697e3..6513ec5a8 100644 --- a/_versions/2024-02-20-opensearch-2.12.0.markdown +++ b/_versions/2024-02-20-opensearch-2.12.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-03-05-opensearch-1.3.15.markdown b/_versions/2024-03-05-opensearch-1.3.15.markdown index ea29bb71c..949c2bc60 100644 --- a/_versions/2024-03-05-opensearch-1.3.15.markdown +++ b/_versions/2024-03-05-opensearch-1.3.15.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-04-02-opensearch-2.13.0.markdown b/_versions/2024-04-02-opensearch-2.13.0.markdown index 1a3b8ee72..d634c4802 100644 --- a/_versions/2024-04-02-opensearch-2.13.0.markdown +++ b/_versions/2024-04-02-opensearch-2.13.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-04-23-opensearch-1.3.16.markdown b/_versions/2024-04-23-opensearch-1.3.16.markdown index f9692f0c0..dc7666c59 100644 --- a/_versions/2024-04-23-opensearch-1.3.16.markdown +++ b/_versions/2024-04-23-opensearch-1.3.16.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-05-14-opensearch-2.14.0.markdown b/_versions/2024-05-14-opensearch-2.14.0.markdown index ef0227787..e710c46bb 100644 --- a/_versions/2024-05-14-opensearch-2.14.0.markdown +++ b/_versions/2024-05-14-opensearch-2.14.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-06-06-opensearch-1.3.17.markdown b/_versions/2024-06-06-opensearch-1.3.17.markdown index 952717087..aa500b3e7 100644 --- a/_versions/2024-06-06-opensearch-1.3.17.markdown +++ b/_versions/2024-06-06-opensearch-1.3.17.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-06-25-opensearch-2.15.0.markdown b/_versions/2024-06-25-opensearch-2.15.0.markdown index dbdd76cf6..b37d0f655 100644 --- a/_versions/2024-06-25-opensearch-2.15.0.markdown +++ b/_versions/2024-06-25-opensearch-2.15.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-07-07-opensearch-2.16.0.markdown b/_versions/2024-07-07-opensearch-2.16.0.markdown index 79e58c84e..2dd169cb2 100644 --- a/_versions/2024-07-07-opensearch-2.16.0.markdown +++ b/_versions/2024-07-07-opensearch-2.16.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-07-16-opensearch-1.3.18.markdown b/_versions/2024-07-16-opensearch-1.3.18.markdown index c19370028..f4a9fb333 100644 --- a/_versions/2024-07-16-opensearch-1.3.18.markdown +++ b/_versions/2024-07-16-opensearch-1.3.18.markdown @@ -21,7 +21,7 @@ components: - python - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-08-27-opensearch-1.3.19.markdown b/_versions/2024-08-27-opensearch-1.3.19.markdown index 9481dba0f..ff4f92adb 100644 --- a/_versions/2024-08-27-opensearch-1.3.19.markdown +++ b/_versions/2024-08-27-opensearch-1.3.19.markdown @@ -21,7 +21,7 @@ components: - python - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-09-17-opensearch-2.17.0.markdown b/_versions/2024-09-17-opensearch-2.17.0.markdown index 1306dc165..b5d4dc457 100644 --- a/_versions/2024-09-17-opensearch-2.17.0.markdown +++ b/_versions/2024-09-17-opensearch-2.17.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-10-01-opensearch-2.17.1.markdown b/_versions/2024-10-01-opensearch-2.17.1.markdown index 51879fff4..07a1e6050 100644 --- a/_versions/2024-10-01-opensearch-2.17.1.markdown +++ b/_versions/2024-10-01-opensearch-2.17.1.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/2024-11-05-opensearch-2.18.0.markdown b/_versions/2024-11-05-opensearch-2.18.0.markdown index ce700ba2b..d459ffffb 100644 --- a/_versions/2024-11-05-opensearch-2.18.0.markdown +++ b/_versions/2024-11-05-opensearch-2.18.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux diff --git a/_versions/_2021-12-14-opensearch-1.1.1.markdown b/_versions/_2021-12-14-opensearch-1.1.1.markdown index cc72f612f..82eec2548 100644 --- a/_versions/_2021-12-14-opensearch-1.1.1.markdown +++ b/_versions/_2021-12-14-opensearch-1.1.1.markdown @@ -21,7 +21,7 @@ components: - role: ingest artifact: data-prepper - version: data-prepper-2.10.1 + version: data-prepper-2.10.2 platform_order: - docker - linux From 248a56f13f1c8d4dc4f69d70318f9914261c3bce Mon Sep 17 00:00:00 2001 From: Nate B <96254688+nateynateynate@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:45:25 -0800 Subject: [PATCH 2/2] Removing superfluous tab from _versions/2024-06-25-opensearch-2.15.0.markdown causing build errors. Signed-off-by: Nate B <96254688+nateynateynate@users.noreply.github.com> --- _versions/2024-06-25-opensearch-2.15.0.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_versions/2024-06-25-opensearch-2.15.0.markdown b/_versions/2024-06-25-opensearch-2.15.0.markdown index b37d0f655..9f09485c3 100644 --- a/_versions/2024-06-25-opensearch-2.15.0.markdown +++ b/_versions/2024-06-25-opensearch-2.15.0.markdown @@ -16,7 +16,7 @@ components: version: 1.2.0 - role: ingest artifact: data-prepper - version: data-prepper-2.10.2 + version: data-prepper-2.10.2 platform_order: - docker - linux