From 4c38086c424e2a986e23e1ff8c27363f0447aeb1 Mon Sep 17 00:00:00 2001 From: Willi Date: Thu, 21 Nov 2024 15:58:58 +0100 Subject: [PATCH] Add index name rule for ARLAS IAM deployment --- docs/docs/indices.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/indices.md b/docs/docs/indices.md index 70950d6..413c5e7 100644 --- a/docs/docs/indices.md +++ b/docs/docs/indices.md @@ -211,6 +211,11 @@ The `indices create` sub-function create the index from a mapping json file. The index name and the path to the mapping json file have to be used to create the ES index. +!!! warning + If the ARLAS deployment uses ARLAS IAM for authentication, the index must be associated with an organisation. + + The `index_name` must follow the pattern `{organisation}@{data_index_name}` (e.g., `gisaia.com@ais_courses`). + The `indices create` sub-function create the index from a mapping json file. Example: