-
Notifications
You must be signed in to change notification settings - Fork 507
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
Conversation
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
_api-reference/cat/cat-allocation.md
Outdated
@@ -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`. |
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.
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`. |
_api-reference/cat/cat-aliases.md
Outdated
@@ -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`. |
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.
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`. |
_api-reference/cat/cat-nodeattrs.md
Outdated
@@ -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`. |
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.
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`. |
_api-reference/cat/cat-plugins.md
Outdated
@@ -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`. |
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.
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`. |
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.
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`. |
_api-reference/cat/cat-shards.md
Outdated
@@ -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`. |
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.
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`. |
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.
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`. |
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.
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`. |
_tuning-your-cluster/availability-and-recovery/snapshots/sm-api.md
Outdated
Show resolved
Hide resolved
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
…i.md Signed-off-by: Naarcha-AWS <[email protected]>
* 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>
* 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]>
* 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]>
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]>
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]>
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>
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>
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>
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>
…-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]>
Description
Bulk replaced all default is true/false and, hopefully, all other alphanumeric defaults, with quoted versions.
Version
2.x
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.