Skip to content

Commit

Permalink
Update TERMS.md with definition for Setting (opensearch-project#1632)
Browse files Browse the repository at this point in the history
* fix#1631-Terms-setting

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

* fix#1631-Terms-setting

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

Signed-off-by: cwillum <[email protected]>
  • Loading branch information
cwillum authored Oct 21, 2022
1 parent 73f7436 commit aacd330
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TERMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,16 @@ A set of conditions, internals, and actions that create notifications.

Avoid using. Use *separate* or *isolate* instead.

**setting**

A key-value pair that creates a mapping in one of the many YAML configuration files used throughout OpenSearch. Sometimes alternatively called parameters, the programming language manipulating the key-value pair usually dictates the name of this mapping in a YAML file. For OpenSearch documentation (Java), they are properly a `Setting` object.

The following examples of settings illustrate key-value pairs with a colon separating the two elements:

`Settings.index.number_of_shards: 4`

`plugins.security.audit.enable_rest: true`

**set up (v.), setup (n., adj.)**

Use _set up_ as a verb (“To set up a new user...”). Use _setup_ as a noun or adjective (“To begin setup...”).
Expand Down

0 comments on commit aacd330

Please sign in to comment.