Link Search Menu Expand Document Documentation Menu

This is an earlier version of the OpenSearch documentation. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

Run OpenSearch Dashboards using the tarball

  1. Download the tarball from the OpenSearch downloads page.

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

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

  4. Run OpenSearch Dashboards:

    ./bin/opensearch-dashboards
    
350 characters left

Have a question? .

Want to contribute? or .