18 KiB
OpenSearch terms
This is how we use our terms, but we’re always open to hearing your suggestions.
A
ad hoc
Avoid. Use one-time instead.
affect
Affect as a noun refers to emotion as expressed in face or body language. Affect as a verb means to influence. Do not confuse with effect.
AI/ML
On first mention, use artificial intelligence and machine learning (AI/ML).
Alerting
A plugin that notifies you when data from one or more OpenSearch indexes meets certain conditions.
allow
Use allow when the user must have security permissions in order to complete the task.
Avoid using allow to refer to making something possible for the user. Instead, rewrite to focus on what’s important from the user’s point of view.
allow list
Use to describe a list of items that are allowed (not blocked). Do not use as a verb. Do not use whitelist.
Amazon OpenSearch Service
Amazon OpenSearch Service is a managed service that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service (Amazon ES) and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open-source version of the software).
Anomaly Detection
A plugin that automatically detects anomalies in your OpenSearch data in near real time.
API operation
Use instead of action, method, or function.
OpenSearch style:
- Use the CopySnapshot operation to...
- The following API operations…
Not OpenSearch style
- Use the CopySnapshot action to...
- Use the CopySnapshot method to...
- Use the CopySnapshot function to...
app or application
Use app for mobile software, application for all other uses.
appear, display, and open
Messages and pop-up boxes appear. Windows, pages, and applications open. The verb display requires a definite object. For example: The system displays the error message.
application server
Do not abbreviate as app server.
as well as
Avoid. Replace with in addition to or and as appropriate.
Asynchronous Search
A plugin that lets the user send search requests in the background so that the results can be used later.
auto scaling
Lower case scaling, auto scaling, and automatic scaling (but not autoscaling) are the preferred descriptive terms when generically describing auto scaling functionality.
Do not use hyphenated auto-scaling as a compound modifier. Instead, use scaling (for example, scaling policy), or scalable (for example, scalable target or scalable, load-balanced environment).
B
below
Use only for physical space or screen descriptions, such as “the outlet below the vent,” or “the button below the bar pane.”
For orientation within a document, use following or later.
big data
Boolean
Avoid using the name of a Boolean value at the beginning of a sentence or sentence fragment. In general, capitalize the word Boolean. For specific programming languages, follow the usage in that language.
OpenSearch style:
- You can use the Boolean functions with Boolean expressions or integer expressions.
- IsTruncated(): A Boolean value that specifies whether the resolved target list is truncated.
bottom
Use only as a general screen reference, such as “scroll to the bottom of the page.” Don’t use for window, page, or pane references to features or controls. Rather, use lower instead. For example, you can use the following wording: “Choose the button on the lower left.”
browse
Use when referring to scanning information or browsing the web. Don’t use when describing how to navigate to a particular item on our site or a computer. Instead, use see or navigate to.
build (n., v.)
Use as a verb to refer to compiling and linking code. Use as a noun only to refer to a compiled version of a program (for example, Use the current build of Amazon Linux 2...) in a programming reference.
C
CA
certificate authority
certs, certificates
Use certificates on first mention. It’s OK to use certs thereafter.
CI/CD
Use continuous integration and continuous delivery (CI/CD) or continuous integration and delivery (CI/CD) on first mention.
cluster
A collection of one or more nodes.
cluster manager
A single node that routes requests for the cluster and makes changes to other nodes. Each cluster contains a single cluster manager.
console
A tool inside OpenSearch Dashboards used to interact with the OpenSearch REST API.
Cross-Cluster Replication
A plugin that replicates indexes, mappings, and metadata from one OpenSearch cluster to another. Follows an active-passive model where the follower index pulls data from a leader index.
cyber
Except when dictated by open standards, use as a prefix in a closed compound: don’t use spaces or hyphens between cyber and the rest of the word.
D
data
Use data is, not data are. Don’t use datas. Use pieces of data or equivalent to describe individual items within a set of data.
data center
dataset
data store, datastore
Two words when used generically, but one word when referring to the VMware product.
data type
dates
Use one of the following date formats:
- When a human-readable date format is preferred, spell out the date using the Month D, YYYY format (for example, October 1, 2022). Do not use an ordinal number for the day (use 1, not 1st). If the context is clear, you can omit the year on subsequent mention. If the specific day isn’t known, use the Month YYYY format (for example, October 2022).
- When a numeric, lexicographically sortable date is required, use the YYYY-MM-DD format (for example, 2022-10-01). Make sure to add a zero (0) in front of a single-digit month and day. This is the ISO 8601 standard date format. Make sure also that you use a hyphen (-) and avoid omitting the year. Doing so avoids the ambiguity that’s caused by the common, locally used formats of MM/DD and DD/MM.
deny list
Use to describe a list of items that aren’t allowed (blocked). Do not use blacklist.
double-click
Always hyphenated. Don’t use double click.
dropdown list
due to
Don’t use. Use because of instead.
E
effect
Effect as a noun refers to something that’s caused by something else. Effect as a verb means to bring about. Do not confuse with affect.
e.g.
Avoid. Use for example or such as instead.
Elastic IP address
Use as a singular noun or adjective to refer to the collective concept, and use message or mail for individual items. Use send email as the verb form. Don’t use the plural form because it’s a collective noun.
enable
Use turn on or activate instead of enable to support bias-free documentation, when possible. Otherwise, use enable to describe making a feature or command available.
enter
In general, use in preference to type when a user adds text or other input (such as numbers or symbols).
etc., et cetera
Do not use.
Generally speaking, etc. and its equivalents (such as and more or and so on) aren’t necessary.
F
fail over (v.), failover (n.)
file name
frontend (n., adj.)
Use frontend as an adjective and a noun. Do not use front end or front-end. Do not make frontend possessive except as part of a compound noun, such as frontend system.
H
hardcode
hard disk drive (HDD)
high availability (HA)
high performance computing (HPC)
hostname
I
i.e.
Do not use. Use that is or specifically instead.
if, whether
Do not use if to mean whether. It is best to use whether in reference to a choice or alternatives ("we're going whether it rains or not") and if when establishing a condition ("we will go if it doesn't rain").
in, on
Use in Windows or in Linux in reference to components of the OS or work in the OS. Use on Windows in reference to Windows applications. Examples:
- Use the Devices and Printers Control Panel in Windows to install a new printer.
- In Windows, run the setup command.
- Select an application that runs on Windows.
Run applications and instances in the cloud, but extend services to the cloud.
Use on the forum. Whatever is on the internet (the various websites, etc.), you are on because you cannot be in it.
index, indexes
A collection of JSON documents.
install in, on
install in a folder, directory, or path; install on a disk, drive, or instance.
IP address
Don’t abbreviate as IP only.
Internet
K
k-means
A simple and popular unsupervised clustering ML algorithm built on top of Tribuo library that chooses random centroids and calculates iteratively to optimize the position of the centroids until each observation belongs to the cluster with the nearest mean.
k-NN
Short for k-nearest neighbors, the k-NN plugin enables users to search for the k-nearest neighbors to a query point across an index of vectors.
L
launch, start
You start an application but launch an instance, environment, or cluster.
let
Avoid using let to refer to making something in a service or feature possible for the user. Instead, rewrite to focus on what’s important from the user’s point of view.
leverage
Replace with use.
lifecycle
One word in reference to software.
like (prep.)
OK to use to call out something for comparison.
As a general rule, if you can replace like with similar to, it’s OK to use like. But, if you can replace like with such as, use such as.
locate in, on
Located in (a folder, directory, path), located on a disk drive or instance.
log in (v.), login (adj., n.)
Use with technologies with interfaces that use this verb. Also note that you log in to an instance, not log into. Also use log out and logout.
LogStash
A light-weight, open-source, server-side data processing pipeline that allows you to collect data from a variety of sources, transform it on the fly, and send it to your desired destination.
LTS
Long-Term Support
Lucene
Apache Lucene™ is a high-performance, full-featured search engine library written entirely in Java. OpenSearch uses a modified version of Lucene as the basis for search operations within OpenSearch.
M
machine learning
Write as two words (no hyphen) in all cases, including when used as an adjective before a noun. Abbreviate to ML after first use if appropriate.
Machine Learning (ML) Commons
A new plugin that makes it easy to develop new ML features. It allows engineers to leverage existing open-source ML algorithms and reduce the efforts to build them from scratch.
may
Avoid. Use can or might instead.
must, shall, should
Must and shall refer to requirements. If the reader doesn’t follow the instruction, something won’t work right.
Should is used with recommendations. If the reader doesn’t follow the instruction, it might be harder or slower, but it’ll work.
N
navigate to
Not navigate in.
near real time (n.), near real-time (adj.) (NRT)
Use near real time as a noun; use near real-time as an adjective. Don’t add a hyphen between near and real time or real-time.
Spell out near real time on first mention; NRT can be used on subsequent mentions.
node
A server that stores your data and processes search requests with OpenSearch, usually as part of a cluster. Do not use master node and avoid using worker node.
non-production
Hyphenate to make the term easier to scan and read.
O
onsite
OpenSearch
OpenSearch is a community-driven, open-source search and analytics suite derived from Apache 2.0 licensed Elasticsearch 7.10.2 and Kibana 7.10.2. It consists of a search engine daemon, OpenSearch, and a visualization and user interface, OpenSearch Dashboards.
OpenSearch Dashboards
The default visualization tool for data in OpenSearch. On first appearance, use the full name. “Dashboards” may be used on subsequent appearances.
open source (n.), open-source (adj.)
Use open source as a noun (for example, “The code used throughout this tutorial is open source and can be freely modified”). Use open-source as an adjective (open-source software).
operating system
When referencing operating systems in documentation, follow these guidelines:
- In general, if your docs or procedures apply to both Linux and macOS, you can also include Unix.
- Unix and UNIX aren’t the same. UNIX is a trademarked name that’s owned by The Open Group. In most cases, you should use Unix.
- When referring to the Mac operating system, use macOS. Don’t say Mac, Mac OS, or OS X.
- When referring to Windows, it’s not necessary to prefix with Microsoft.
- If you need to reference multiple Unix-like operating systems, you should separate by commas and use the following order: Linux, macOS, or Unix.
or earlier, or later
OK to use with software versions.
P
Painless
The default scripting language for OpenSearch, either used inline or stored for repeat use. Similar to Java’s language specification.
per
- Do not use to mean according to (for example, per the agreement).
- OK to use in meaning of to, in, for, or by each (one per account) where space is limited and in set terms and phrases, such as any of the following:
- queries per second (QPS)
- bits per second (bps)
- megabytes per second (MBps)
- Consider writing around per elsewhere. Per can sound stuffy and confusing to some global users.
percent
Spell out (for example, 30 percent).
Exceptions: Use % in headlines, quotations, art callouts, and tables.
Performance Analyzer
An agent and REST API that allows you to query numerous performance metrics for your cluster, including aggregations of those metrics, independent of the Java Virtual Machine (JVM).
please
Avoid using except in quoted text.
plugin
Tools inside of OpenSearch that can be customized to enhance OpenSearch’s functionality. For a list of core plugins, see the OpenSearch plugin installation page. Capitalize if it appears as part of the product name in the UI.
pop-up
premise, premises
With reference to property and buildings, always form as plural.
Correct: an on-premises solution
Incorrect: an on-premise solution, an on-prem solution
primary shard
A Lucene instance that contains data for some or all of an index.
Q
query
A call used to request information about your data.
R
real time (n.) real-time (adj.)
Use with caution; this term can imply a degree of responsiveness or speed that may not be true. When needed, use real time as a noun (for example “The request is sent in real time”). Use real-time as an adjective (“A real-time feed is displayed...”).
replica shard
Copy of a primary shard. Helps improve performance when using indexes across multiple nodes.
repo
Use as a synonym for repository, on second and subsequent use.
RPM Package Manager (RPM)
Formerly known as RedHat Package Manager. An open-source package management system for use with Linux distributions.
rule
A set of conditions, internals, and actions that create notifications.
S
screenshot
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...”).
shard
A piece of an index that consumes CPU and memory. Operates as a full Lucene index.
since
Use only to describe time events. Don’t use in place of because.
Snapshot Management (SM)
solid state drive (SSD)
standalone
start, launch
You start an application but launch an instance, environment, or cluster.
startup (n.), start up (v.)
Never hyphenated. Use startup as a noun (for example, “The following startup procedure guides you through...”). Use start up as a verb (“You can start up the instances by...”).
Stochastic Gradient Descent (SGD)
T
time out (verb), timeout (noun, adjective)
Never hyphenate. Use time out as a verb (“The request will time out if the server doesn’t respond”). Use timeout as a noun or adjective (“You can set the timeout interval by entering a number into...”).
time frame
timestamp
time zone
U
UltraWarm
A storage tier that you can use to store and analyze your data with Elasticsearch and Kibana that is optimized for performance. To learn more about the service, see the introductory blog post.
US
No periods, as specified in the Chicago Manual of Style.
user
In most cases, replace with the more direct form you. Reserve user for cases where you are referring to a third party (not the audience you are writing for).
V
v., vs., versus
Do not use. Use compared to or compared with instead.
via
Do not use. Replace with by using, through, or with or a more specific phrase such as by accessing or by choosing.
W
web
webpage
Never web page.
website
Never web site.
while, although, whereas
Only use while to mean “during an interval of time.” Don’t use it to mean although because it is often ambiguous. Whereas is a better alternative to although in many cases, but it can sound overly formal.
wish, want, desire, need
Wish and desire are indirect and nuanced versions of want. Don’t use them. Be direct.
Do not confuse wants with needs. Use the term that’s appropriate to the situation. Need connotes a requirement or obligation, whereas want indicates that you have an intent but still a choice of valid actions.
Y
Yellowdog Updater Modified (YUM)
An open-source tool for command-line and graphical-based package management for RPM (RedHat Package Manager)-based Linux systems.