Run OpenSearch Dashboards using the tarball
-
Download the tarball from the OpenSearch downloads page.
-
Extract the TAR file to a directory and change to that directory:
# x64 tar -zxf opensearch-dashboards-2.17.1-linux-x64.tar.gz cd opensearch-dashboards # ARM64 tar -zxf opensearch-dashboards-2.17.1-linux-arm64.tar.gz cd opensearch-dashboards
-
If desired, modify
config/opensearch_dashboards.yml
. -
Run OpenSearch Dashboards:
./bin/opensearch-dashboards