mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-07 13:08:10 +00:00
5bbeac2357
* Fix links for 2.5 doc changes. Signed-off-by: Naarcha-AWS <naarcha@amazon.com> * Add CLI redirect Signed-off-by: Naarcha-AWS <naarcha@amazon.com> Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
772 B
772 B
layout | title | parent | nav_order | redirect_from | |
---|---|---|---|---|---|
default | Tarball | Installing OpenSearch Dashboards | 30 |
|
Run OpenSearch Dashboards using the tarball
-
Download the tarball from the OpenSearch downloads page{:target='_blank'}.
-
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
-
If desired, modify
config/opensearch_dashboards.yml
. -
Run OpenSearch Dashboards:
./bin/opensearch-dashboards