Skip to main content
search

Old Downloads

How to get started with OpenSearch

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 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.

OpenSearch

Linux, x64, .tgz (signature)
Current version: Release Candidate 1

Download OpenSearchOpenSearch on Docker

 

OpenSearch Dashboards

Linux, x64, .tgz (signature)
Current version: Release Candidate 1

Download OpenSearch DashboardsOpenSearch Dashboards on Docker

 

Try OpenSearch with Docker Compose

The best way to try out OpenSearch is to use Docker Compose. These steps will setup a two node cluster of OpenSearch plus OpenSearch Dashboards:

  1. Download docker-compose.yml into your desired directory
  2. Run docker-compose up
  3. Have a nice coffee while everything is downloading and starting up
  4. Navigate to http://localhost:5601/ for OpenSearch Dashboards
  5. Login with the default username (admin) and password (admin)

Found a bug?

Report any unexpected behaviours or bugs on the OpenSearch GitHub repo. The team will make sure your issue gets the attention of the right folks. Report a bug.

Need Open Distro?

Open Distro for Elasticsearch can still be downloaded. Get it here.

How to verify signatures

Download our PGP key using the link below and import it. If you’re using gpg, you just need to run
gpg --import /path/to/key
You can then verify the signature by downloading it into the same directory where you downloaded the tarball, and running
gpg --verify /path/to/signature /path/to/tarball
It should show a good signature signed by opensearch@amazon.com.

Our current PGP key fingerprint is C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 9310 D3FC

Get Our PGP key

Close Menu