Skip to content
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

Quote all alphabetic defaults. #7660

Merged
merged 7 commits into from
Jul 10, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Jul 9, 2024

Description

Bulk replaced all default is true/false and, hopefully, all other alphanumeric defaults, with quoted versions.

Version

2.x

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@dblock dblock changed the title Quote all default is true/false. Quote all default quotes. Jul 9, 2024
@dblock dblock changed the title Quote all default quotes. Quote all alphabetic defaults. Jul 9, 2024
@@ -51,7 +51,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe
Parameter | Type | Description
:--- | :--- | :---
bytes | Byte size | Specify the units for byte size. For example, `7kb` or `6gb`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/).
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -52,7 +52,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe

Parameter | Type | Description
:--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the master node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the master node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the master node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -35,7 +35,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe

Parameter | Type | Description
:--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -36,7 +36,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe

Parameter | Type | Description
:--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -36,7 +36,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe

Parameter | Type | Description
:--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -51,7 +51,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe
Parameter | Type | Description
:--- | :--- | :---
bytes | Byte size | Specify the units for byte size. For example, `7kb` or `6gb`. For more information, see [Supported units]({{site.url}}{{site.baseurl}}/opensearch/units/).
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

@@ -49,7 +49,7 @@ In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-refe

Parameter | Type | Description
:--- | :--- | :---
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is false.
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local | Boolean | Whether to return information from the local node only instead of from the cluster_manager node. Default is `false`.
local | Boolean | Whether to return information from the local node only instead of from the cluster manager node. Default is `false`.

batched_reduce_size | Integer | How many shard results to reduce on a node. Default is 512.
cancel_after_time_interval | Time | The time after which the search request will be canceled. Request-level parameter takes precedence over cancel_after_time_interval [cluster setting]({{site.url}}{{site.baseurl}}/api-reference/cluster-settings). Default is -1.
ccs_minimize_roundtrips | Boolean | Whether to minimize roundtrips between a node and remote clusters. Default is true.
ccs_minimize_roundtrips | Boolean | Whether to minimize roundtrips between a node and remote clusters. Default is `true`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ccs_minimize_roundtrips | Boolean | Whether to minimize roundtrips between a node and remote clusters. Default is `true`.
ccs_minimize_roundtrips | Boolean | Whether to minimize round trips between a node and remote clusters. Default is `true`.

_im-plugin/index-rollups/rollup-api.md Outdated Show resolved Hide resolved
@Naarcha-AWS Naarcha-AWS merged commit a94e5b6 into opensearch-project:main Jul 10, 2024
5 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 10, 2024
* Quote all default is true/false.

Signed-off-by: dblock <[email protected]>

* Fixed non-boolean defaults.

Signed-off-by: dblock <[email protected]>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Apply suggestions from code review

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

* Update _tuning-your-cluster/availability-and-recovery/snapshots/sm-api.md

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

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
(cherry picked from commit a94e5b6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Jul 10, 2024
@dblock dblock deleted the fix-default-is branch July 10, 2024 23:24
leanneeliatra pushed a commit to leanneeliatra/opensearch-documentation-website-forl that referenced this pull request Jul 24, 2024
* Quote all default is true/false.

Signed-off-by: dblock <[email protected]>

* Fixed non-boolean defaults.

Signed-off-by: dblock <[email protected]>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Apply suggestions from code review

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

* Update _tuning-your-cluster/availability-and-recovery/snapshots/sm-api.md

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

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: [email protected] <[email protected]>
sandervandegeijn pushed a commit to sandervandegeijn/documentation-website that referenced this pull request Jul 30, 2024
* Quote all default is true/false.

Signed-off-by: dblock <[email protected]>

* Fixed non-boolean defaults.

Signed-off-by: dblock <[email protected]>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <[email protected]>

* Apply suggestions from code review

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

* Update _tuning-your-cluster/availability-and-recovery/snapshots/sm-api.md

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

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
bwolak added a commit to bwolak/documentation-website that referenced this pull request Nov 20, 2024
In opensearch-project#7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
kolchfa-aws pushed a commit that referenced this pull request Nov 20, 2024
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 20, 2024
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
(cherry picked from commit 6da9e56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 20, 2024
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
(cherry picked from commit 6da9e56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 20, 2024
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
(cherry picked from commit 6da9e56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 20, 2024
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
(cherry picked from commit 6da9e56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
epugh pushed a commit to o19s/documentation-website that referenced this pull request Nov 23, 2024
…-project#8784)

In opensearch-project#7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.

I also simplified the sentence, as the "nomenclature" part is unnecessary.

Signed-off-by: Benjamin Wolak <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Doc review PR: Doc review in progress backport 2.15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants