From 268a85ba0ccb261a4355b3957fdab9cdf024b811 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Mon, 28 Jun 2021 16:08:28 -0700 Subject: [PATCH] Added a little more to the intro --- _opensearch/rest-api/create-alias.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/rest-api/create-alias.md b/_opensearch/rest-api/create-alias.md index bca73403..7b0f786e 100644 --- a/_opensearch/rest-api/create-alias.md +++ b/_opensearch/rest-api/create-alias.md @@ -8,7 +8,7 @@ nav_order: 8 # Alias -An alias is a virtual pointer that you can use to reference one or more indices. +An alias is a virtual pointer that you can use to reference one or more indices. Creating and updating aliases are atomic operations, so you can reindex your data and point an alias at it without any downtime. ## Example