From be68f5b7f9b7c67e81030fbadab0a7bdc6c62c4d Mon Sep 17 00:00:00 2001 From: Simon Castagna Date: Tue, 15 Oct 2024 08:33:30 +0200 Subject: [PATCH] Add explanation for logical environments to docs --- docs.kosli.com/content/getting_started/environments.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.kosli.com/content/getting_started/environments.md b/docs.kosli.com/content/getting_started/environments.md index 561bb099e..d7e9d8e48 100644 --- a/docs.kosli.com/content/getting_started/environments.md +++ b/docs.kosli.com/content/getting_started/environments.md @@ -58,3 +58,8 @@ You can follow one of the tutorials below to setup automatic snapshot reporting - [Kubernetes environment reporting](/tutorials/report_k8s_envs) - [AWS ECS/S3/Lambda environment reporting](/tutorials/report_aws_envs) +## Logical Environments + +Logical environments are a way to group your Kosli environments so you can view all changes happening in your group in the same place. For example, if what you consider to be “Production” is a combination of a Kubernetes cluster, an S3 bucket, and a configuration file, you can combine the reports sent to these Kosli environments into a “Production” logical environment. + +A logical environment can be created in the app or the CLI, and physical environments can be assigned to it in the app or with the [`kosli join environment`](/client_reference/kosli_join_environment/) command.