OpenSearch is a ElasticSearch fork from Amazon
Download Opensearch from https://opensearch.org/downloads.html
Extract opensearch-2.4.1-windows-x64.zip in a folder in Windows
Openserach comes with JDK 17
Set JAVA_HOME for JDK 17 in <OpenSearch Extracted Folder>/opensearch-2.4.1/bin/opensearch-env.bat
set JAVA_HOME=<OpenSearch Extracted Folder>/opensearch-2.4.1/jdk
Open <OpenSearch Extracted Folder>/opensearch-2.4.1/config opensearch.yml
Add the below line to disable secure connection
plugins.security.disabled: true
Now go to <OpenSearch Extracted Folder>/opensearch-2.4.1/opensearch-windows-install.bat
from command prompt.
Once started , navigate to http://localhost:9200/
No comments:
Post a Comment