Skip to content

Commit

Permalink
Add index name rule for ARLAS IAM deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliGautier committed Nov 21, 2024
1 parent 60483bf commit 4c38086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c38086

Please sign in to comment.