Link Search Menu Expand Document Documentation Menu

This version of the OpenSearch documentation is no longer maintained. 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.0.1-linux-x64.tar.gz
    cd opensearch-dashboards
    
  3. If desired, modify config/opensearch_dashboards.yml.

  4. Run OpenSearch Dashboards:

    ./bin/opensearch-dashboards
    
  5. See the OpenSearch Dashboards documentation.