-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'flow-framework' of https://github.com/owaiskazi19/proje…
…ct-website into flow-framework
- Loading branch information
Showing
64 changed files
with
1,354 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Encoding Checker | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
encoding-checker: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Check for possible file that does not follow utf-8 encoding | ||
run: | | ||
set +e | ||
IFS=$(echo -en "\n\b") | ||
COUNTER=0 | ||
for i in `find . -type f \( -name "*.txt" -o -name "*.md" -o -name "*.markdown" -o -name "*.html" \) | grep -vE "^./.git"`; | ||
do | ||
grep -axv '.*' "$i" | ||
if [ "$?" -eq 0 ]; then | ||
echo -e "######################\n$i\n######################" | ||
COUNTER=$(( COUNTER + 1 )) | ||
fi | ||
done | ||
if [ "$COUNTER" != 0 ]; then | ||
echo "Found files that is not following utf-8 encoding, exit 1" | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ jobs: | |
filter_mode: added | ||
vale_flags: "--no-exit" | ||
version: 2.28.0 | ||
continue-on-error: true |
21 changes: 21 additions & 0 deletions
21
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-docker-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: docker | ||
architecture: arm64 | ||
slug: opensearch-2.13.0-docker-arm64 | ||
category: opensearch | ||
type: docker | ||
inline_instructions: | ||
- label: "Docker Hub" | ||
code: docker pull opensearchproject/opensearch:2.13.0 | ||
link: | ||
label: View on Docker Hub | ||
url: https://hub.docker.com/r/opensearchproject/opensearch/tags?page=1&ordering=last_updated&name=2.13.0 | ||
- label: "Amazon ECR" | ||
code: docker pull public.ecr.aws/opensearchproject/opensearch:2.13.0 | ||
link: | ||
label: View on Amazon ECR | ||
url: https://gallery.ecr.aws/opensearchproject/opensearch | ||
--- |
12 changes: 12 additions & 0 deletions
12
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-freebsd-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: freebsd | ||
architecture: arm64 | ||
slug: opensearch-2.13.0-freebsd-arm64 | ||
category: opensearch | ||
type: system-package | ||
freebsd_package_name: opensearch | ||
link: https://www.freshports.org/textproc/opensearch | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-linux-arm64-deb.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: arm64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.deb | ||
slug: opensearch-2.13.0-linux-arm64-deb | ||
category: opensearch | ||
type: deb | ||
guide: https://opensearch.org/docs/latest/opensearch/install/deb | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.deb.sig | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-linux-arm64-rpm.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: arm64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.rpm | ||
slug: opensearch-2.13.0-linux-arm64-rpm | ||
category: opensearch | ||
type: rpm | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.rpm.sig | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-linux-arm64-yum.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: arm64 | ||
slug: opensearch-2.13.0-linux-arm64-yum | ||
category: opensearch | ||
type: yum | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo.sig | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-linux-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: arm64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.tar.gz | ||
|
||
slug: opensearch-2.13.0-linux-arm64 | ||
category: opensearch | ||
type: targz | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.tar.gz.sig | ||
--- |
15 changes: 15 additions & 0 deletions
15
_artifacts/opensearch-2.13/arm64/opensearch-2.13.0-min-linux-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch-min | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: arm64 | ||
slug: opensearch-2.13.0-min-linux-arm64 | ||
category: opensearch | ||
type: targz | ||
|
||
artifact_url: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-arm64.tar.gz | ||
signature: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-arm64.tar.gz.sig | ||
security_warning: true | ||
indirect: true | ||
--- |
21 changes: 21 additions & 0 deletions
21
...ifacts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-docker-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
role: ui | ||
artifact_id: opensearch-dashboards | ||
version: 2.13.0 | ||
platform: docker | ||
architecture: arm64 | ||
slug: opensearch-dashboards-2.13.0-docker-arm64 | ||
category: opensearch-dashboards | ||
type: docker | ||
inline_instructions: | ||
- label: "Docker Hub" | ||
code: docker pull opensearchproject/opensearch-dashboards:2.13.0 | ||
link: | ||
label: View on Docker Hub | ||
url: https://hub.docker.com/r/opensearchproject/opensearch-dashboards/tags?page=1&ordering=last_updated&name=2.13.0 | ||
- label: "Amazon ECR" | ||
code: docker pull public.ecr.aws/opensearchproject/opensearch-dashboards:2.13.0 | ||
link: | ||
label: View on Amazon ECR | ||
url: https://gallery.ecr.aws/opensearchproject/opensearch-dashboards | ||
--- |
13 changes: 13 additions & 0 deletions
13
...facts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-freebsd-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards | ||
architecture: arm64 | ||
platform: freebsd | ||
type: system-package | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-freebsd-arm64 | ||
version: 2.13.0 | ||
freebsd_package_name: opensearch-dashboards | ||
link: https://www.freshports.org/textproc/opensearch-dashboards | ||
--- |
14 changes: 14 additions & 0 deletions
14
...cts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-linux-arm64-deb.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards | ||
architecture: arm64 | ||
platform: linux | ||
type: deb | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.deb | ||
version: 2.13.0 | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-linux-arm64-deb | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.deb.sig | ||
guide: https://opensearch.org/docs/latest/opensearch/install/deb | ||
--- |
14 changes: 14 additions & 0 deletions
14
...cts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-linux-arm64-rpm.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards | ||
architecture: arm64 | ||
platform: linux | ||
type: rpm | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.rpm | ||
version: 2.13.0 | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-linux-arm64-rpm | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.rpm.sig | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
--- |
14 changes: 14 additions & 0 deletions
14
...cts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-linux-arm64-yum.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards | ||
architecture: arm64 | ||
platform: linux | ||
type: yum | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo | ||
version: 2.13.0 | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-linux-arm64-yum | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo.sig | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
--- |
14 changes: 14 additions & 0 deletions
14
_artifacts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-linux-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards | ||
architecture: arm64 | ||
platform: linux | ||
type: targz | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.tar.gz | ||
version: 2.13.0 | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-linux-arm64 | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.tar.gz.sig | ||
--- | ||
|
15 changes: 15 additions & 0 deletions
15
...cts/opensearch-2.13/arm64/opensearch-dashboards-2.13.0-min-linux-arm64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
role: ui | ||
title: OpenSearch Dashboards | ||
artifact_id: opensearch-dashboards-min | ||
architecture: arm64 | ||
platform: linux | ||
type: targz | ||
artifact_url: https://artifacts.opensearch.org/releases/core/opensearch-dashboards/2.13.0/opensearch-dashboards-min-2.13.0-linux-arm64.tar.gz | ||
category: opensearch-dashboards | ||
slug: opensearch-dashboards-2.13.0-min-linux-arm64 | ||
signature: https://artifacts.opensearch.org/releases/core/opensearch-dashboards/2.13.0/opensearch-dashboards-min-2.13.0-linux-arm64.tar.gz.sig | ||
version: 2.13.0 | ||
security_warning: true | ||
indirect: true | ||
--- |
21 changes: 21 additions & 0 deletions
21
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-docker-x64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: docker | ||
architecture: x64 | ||
slug: opensearch-2.13.0-docker-x64 | ||
category: opensearch | ||
type: docker | ||
inline_instructions: | ||
- label: "Docker Hub" | ||
code: docker pull opensearchproject/opensearch:2.13.0 | ||
link: | ||
label: View on Docker Hub | ||
url: https://hub.docker.com/r/opensearchproject/opensearch/tags?page=1&ordering=last_updated&name=2.13.0 | ||
- label: "Amazon ECR" | ||
code: docker pull public.ecr.aws/opensearchproject/opensearch:2.13.0 | ||
link: | ||
label: View on Amazon ECR | ||
url: https://gallery.ecr.aws/opensearchproject/opensearch | ||
--- |
12 changes: 12 additions & 0 deletions
12
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-freebsd-x64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: freebsd | ||
architecture: x64 | ||
slug: opensearch-2.13.0-freebsd-x64 | ||
category: opensearch | ||
type: system-package | ||
freebsd_package_name: opensearch | ||
link: https://www.freshports.org/textproc/opensearch | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-linux-x64-deb.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: x64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.deb | ||
slug: opensearch-2.13.0-linux-x64-deb | ||
category: opensearch | ||
type: deb | ||
guide: https://opensearch.org/docs/latest/opensearch/install/deb | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.deb.sig | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-linux-x64-rpm.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: x64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.rpm | ||
slug: opensearch-2.13.0-linux-x64-rpm | ||
category: opensearch | ||
type: rpm | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.rpm.sig | ||
--- |
13 changes: 13 additions & 0 deletions
13
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-linux-x64-yum.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: x64 | ||
slug: opensearch-2.13.0-linux-x64-yum | ||
category: opensearch | ||
type: yum | ||
guide: https://opensearch.org/docs/latest/opensearch/install/rpm | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo.sig | ||
--- |
12 changes: 12 additions & 0 deletions
12
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-linux-x64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: x64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz | ||
slug: opensearch-2.13.0-linux-x64 | ||
category: opensearch | ||
type: targz | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz.sig | ||
--- |
14 changes: 14 additions & 0 deletions
14
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-min-linux-x64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch-min | ||
version: 2.13.0 | ||
platform: linux | ||
architecture: x64 | ||
artifact_url: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-x64.tar.gz | ||
slug: opensearch-2.13.0-min-linux-x64 | ||
category: opensearch | ||
type: targz | ||
signature: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-x64.tar.gz.sig | ||
security_warning: true | ||
indirect: true | ||
--- |
12 changes: 12 additions & 0 deletions
12
_artifacts/opensearch-2.13/x64/opensearch-2.13.0-windows-x64.markdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
role: daemon | ||
artifact_id: opensearch | ||
version: 2.13.0 | ||
platform: windows | ||
architecture: x64 | ||
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-windows-x64.zip | ||
slug: opensearch-2.13.0-windows-x64 | ||
category: opensearch | ||
type: zip | ||
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-windows-x64.zip.sig | ||
--- |
Oops, something went wrong.