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.18.0-linux-x64.tar.gz
cd opensearch-dashboards
# ARM64
tar -zxf opensearch-dashboards-2.18.0-linux-arm64.tar.gz
cd opensearch-dashboards
If desired, modify
config/opensearch_dashboards.yml
.Run OpenSearch Dashboards:
./bin/opensearch-dashboards
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .