Skip to content

Commit d4690ff

Browse files
Merge branch 'docs' of github.com:stackabletech/opensearch-operator into docs
2 parents dcac90f + bf8004e commit d4690ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/modules/opensearch/pages/getting_started/first_steps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= First steps
22

3-
Once you have followed the steps in xref:getting_started/installation.adoc[] for the operator and its dependencies, you will now go through the steps to set up and connect to a OpenSearch instance.
3+
Once you have followed the steps in xref:getting_started/installation.adoc[] for the operator and its dependencies, you will now go through the steps to set up and connect to an OpenSearch instance.
44

55
== Security plugin configuration
66

docs/modules/opensearch/pages/getting_started/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Getting started
22

33
This guide helps you get started with OpenSearch using the Stackable Operator.
4-
It covers the installation of the operator and its dependencies, setting up your first OpenSearch instance, connecting to it, and ingest and search for data.
4+
It covers the installation of the operator and its dependencies, setting up your first OpenSearch instance, connecting to it, and ingesting and searching for data.
55

66
== Prerequisites
77

docs/modules/opensearch/pages/usage-guide/configuration-environment-overrides.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nodes:
3737

3838
All override property values must be strings.
3939
They are added unchanged to the configuration file.
40-
So care must be taken to produce a valid configuration.
40+
Care must be taken to produce a valid configuration.
4141

4242
For a list of configuration options, we refer to the
4343
https://docs.opensearch.org/docs/latest/install-and-configure/configuring-opensearch/index/[Configuring OpenSearch] section in the OpenSearch documentation.

docs/modules/opensearch/pages/usage-guide/storage-resource-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nodes:
1919

2020
In the example above, all OpenSearch nodes in the data role group store data (the location of the property `path.data`) on a `50Gi` volume.
2121

22-
If nothing is configured in the custom resource for a certain role group, then by default each Pod has a `8Gi` large local volume mount for the data location.
22+
If nothing is configured in the custom resource for a certain role group, then by default each Pod has an `8Gi` large local volume mount for the data location.
2323

2424
On role groups with only the `cluster_manager` node role, you probably want to decrease this value, but increase it on role groups with the `data` node role.
2525

0 commit comments

Comments
 (0)