Skip to content

Commit

Permalink
Remove Install and Configure home page (#2449) (#2533)
Browse files Browse the repository at this point in the history
* Remove Install and Configure home page (#2449)

* Remove install and configure home page

Signed-off-by: Naarcha-AWS <[email protected]>

* Add gerunds to plugin and configuration titles

Signed-off-by: Naarcha-AWS <[email protected]>

* Make titles gerunds

Signed-off-by: Naarcha-AWS <[email protected]>

* Small tweaks

Signed-off-by: Naarcha-AWS <[email protected]>

* Update plugins.md

* Remove index page

Signed-off-by: Naarcha-AWS <[email protected]>

Signed-off-by: Naarcha-AWS <[email protected]>
(cherry picked from commit c2e423f)

* Add installation section

Signed-off-by: Naarcha-AWS <[email protected]>

* Delete OpenSearch section

Signed-off-by: Naarcha-AWS <[email protected]>

* Add OpenSearch configuration and plugins

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS committed Jan 31, 2023
1 parent 5d419f4 commit 2b4b751
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions _install-and-configure/install-opensearch/windows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Windows
parent: Installing OpenSearch
parent: Install OpenSearch
nav_order: 65
---

Expand Down Expand Up @@ -42,7 +42,11 @@ The batch script will apply a generic configuration to your instance of OpenSear

If you only want to verify that the service is properly configured and you intend to configure security settings yourself, then you may want to disable the security plugin and launch the service without encryption or authentication.

<<<<<<< HEAD
An OpenSearch node in its default configuration (with demo certificates and users with default passwords) is not suitable for a production environment. If you plan to use the node in a production environment, you should, at a minimum, replace the demo TLS certificates with your own TLS certificates and [update the list of internal users and passwords]({{site.url}}{{site.baseurl}}/security/configuration/yaml). See [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) for additional guidance to ensure that your nodes are configured according to your security requirements.
=======
An OpenSearch node in its default configuration (with demo certificates and users with default passwords) is not suitable for a production environment. If you plan to use the node in a production environment, you should, at a minimum, replace the demo TLS certificates with your own TLS certificates and [update the list of internal users and passwords]({{site.url}}{{site.baseurl}}/security-plugin/configuration/yaml). See [Security configuration]({{site.url}}{{site.baseurl}}/security-plugin/configuration/index/) for additional guidance to ensure that your nodes are configured according to your security requirements.
>>>>>>> b0366ac2 (Remove Install and Configure home page (#2449) (#2533))
{: .warning}

### Option 1: Test your OpenSearch settings with security enabled
Expand Down Expand Up @@ -246,4 +250,8 @@ The Performance Analyzer plugin is not available on Windows. All other OpenSearc

- [OpenSearch configuration]({{site.url}}{{site.baseurl}}/install-and-configure/configuration/)
- [OpenSearch plugin installation]({{site.url}}{{site.baseurl}}/opensearch/install/plugins/)
- [About the security plugin]({{site.url}}{{site.baseurl}}/security/index/)
<<<<<<< HEAD
- [About the security plugin]({{site.url}}{{site.baseurl}}/security/index/)
=======
- [About the security plugin]({{site.url}}{{site.baseurl}}/security-plugin/index/)
>>>>>>> b0366ac2 (Remove Install and Configure home page (#2449) (#2533))

0 comments on commit 2b4b751

Please sign in to comment.