Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 772 Bytes

File metadata and controls

31 lines (24 loc) · 772 Bytes
layout title parent nav_order redirect_from
default
Tarball
Installing OpenSearch Dashboards
30
/dashboards/install/tar/

Run OpenSearch Dashboards using the tarball

  1. Download the tarball from the OpenSearch downloads page{:target='_blank'}.

  2. Extract the TAR file to a directory and change to that directory:

    # x64
    tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-x64.tar.gz
    cd opensearch-dashboards
    # ARM64
    tar -zxf opensearch-dashboards-{{site.opensearch_version}}-linux-arm64.tar.gz
    cd opensearch-dashboards
  3. If desired, modify config/opensearch_dashboards.yml.

  4. Run OpenSearch Dashboards:

    ./bin/opensearch-dashboards