Skip to content

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 added 2 commits July 9, 2024 13:12
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@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
:--- | :--- | :---
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
Contributor

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`.

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
Contributor

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`.

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
Contributor

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`.

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
Contributor

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`.

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
Contributor

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`.

:--- | :--- | :---
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
Contributor

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`.

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
Contributor

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
Contributor

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`.

dblock added 2 commits July 10, 2024 18:09
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
…i.md

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
@Naarcha-AWS Naarcha-AWS merged commit a94e5b6 into opensearch-project:main Jul 10, 2024
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 <dblock@amazon.com>

* Fixed non-boolean defaults.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

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

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

---------

Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
(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 <dblock@amazon.com>

* Fixed non-boolean defaults.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

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

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

---------

Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
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 <dblock@amazon.com>

* Fixed non-boolean defaults.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced cluster_manager node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Replaced master node by cluster manager node.

Signed-off-by: dblock <dblock@amazon.com>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

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

Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>

---------

Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Sander van de Geijn <sandervandegeijn@icloud.com>
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 <bwolak@crunchbase.com>
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 <bwolak@crunchbase.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 <bwolak@crunchbase.com>
(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 <bwolak@crunchbase.com>
(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 <bwolak@crunchbase.com>
(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 <bwolak@crunchbase.com>
(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 <bwolak@crunchbase.com>
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
epugh pushed a commit to o19s/documentation-website that referenced this pull request Jul 2, 2025
…-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 <bwolak@crunchbase.com>
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.15 Doc review PR: Doc review in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants