-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change remote store documentation to reflect all the config options #1245
Conversation
Signed-off-by: Sachin Kale <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sachinpkale! Just a few suggestions and we'll get this merged in.
_opensearch/remote.md
Outdated
@@ -12,30 +12,18 @@ Remote-backed storage is an experimental feature. Therefore, we do not recommend | |||
Remote-backed storage offers OpenSearch users a new way to protect against data loss by automatically creating backups of all index transactions and sending them to remote storage. In order to expose this feature, segment replication must also be enabled. See [Segment replication]({{site.url}}{{site.baseurl}}/opensearch/segment-replication/) for additional information. | |||
|
|||
|
|||
## Enable the feature | |||
## Enabling the feature flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's switch to "Enable the feature flag".
_opensearch/remote.md
Outdated
|
||
### Option 1: Modify jvm.options | ||
1. Option 1: Modify jvm.options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep these as H3 headers, just for consistency with the gradle option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These come under H3 header: Enable on a node using a tarball install
so changed it to H4 header. Let me know if that is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me.
_opensearch/remote.md
Outdated
@@ -50,7 +38,7 @@ Run OpenSearch | |||
./bin/opensearch | |||
``` | |||
|
|||
### Option 2: Enable from an environment variable | |||
1. Option 2: Enable from an environment variable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, let's keep as an h3 heading.
_opensearch/remote.md
Outdated
@@ -67,6 +55,32 @@ export OPENSEARCH_JAVA_OPTS="-Dopensearch.experimental.feature.replication_type. | |||
./bin/opensearch | |||
``` | |||
|
|||
### For developers using Gradle, enable feature flag by updating run.gradle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's rename this header to "Enable for OpenSearch development".
_opensearch/remote.md
Outdated
} | ||
``` | ||
|
||
### Enable with Docker containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's put this above the gradle section with the other two JVM options.
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Thanks @Naarcha-AWS for the review. I have addressed your comments. Please take a look again. |
…1245) * Change remote store documentation to reflect all the config options Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> (cherry picked from commit 57417bb)
…1245) (#1274) * Change remote store documentation to reflect all the config options Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> (cherry picked from commit 57417bb) Co-authored-by: Sachin Kale <[email protected]>
…pensearch-project#1245) * Change remote store documentation to reflect all the config options Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> Signed-off-by: Mark Cohen <[email protected]>
…1245) * Change remote store documentation to reflect all the config options Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> * Address review comments Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale [email protected]
Description
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.