From 611dd6215144aec8b15c7168c1083580a6a310fd Mon Sep 17 00:00:00 2001 From: aetter Date: Tue, 19 Oct 2021 09:52:27 -0700 Subject: [PATCH] Slight clarification --- _opensearch/install/tar.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_opensearch/install/tar.md b/_opensearch/install/tar.md index 70151f5f..965e804e 100644 --- a/_opensearch/install/tar.md +++ b/_opensearch/install/tar.md @@ -24,12 +24,14 @@ The tarball supports most Linux distributions, including CentOS 7, Amazon Linux cd opensearch-{{site.opensearch_version}} ``` -1. Run OpenSearch: +1. Run OpenSearch with the demo security configuration: ```bash ./opensearch-tar-install.sh ``` + If you configure the security plugin for production use (or disable it), you can run OpenSearch using `./bin/opensearch`. + 1. Open a second terminal session, and send requests to the server to verify that OpenSearch is up and running: ```bash