Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Dec 22, 2024
1 parent eb598df commit 4cd6baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/platform/start/organize/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: /img/featured_img/mondoo-feature.jpg

You can rely on Mondoo to secure an enormous quantity of assets in your infrastructure—cloud platforms, workstations, servers, containers, SaaS platforms, and much more. For larger businesses, Mondoo provides asset intelligence, security, and compliance for thousands of assets. To make securing and monitoring your infrastructure manageable, you can arrange your Mondoo assets in regions, organizations, spaces, and workspaces. It's best to plan your infrastructure organization before you begin adding assets to Mondoo.

![Region, organization, space, and workspace in Mondoo](/img/src/platform/start/organize-basics.png)
![Region, organization, space, and workspace in Mondoo](/img/platform/start/organize-basics.png)

- [Regions](/platform/start/organize/regions) let you follow localized data protection requirements such as GDPR. Mondoo currently supports two regions: US and EU. Privately hosted Mondoo Enterprise accounts run in a single region.

Expand All @@ -28,13 +28,13 @@ Imagine a US-based company called Lunalectric that makes rovers and rockets for

Here's one way Lunalectric might organize their assets in Mondoo:

![Sample organizational structure in Mondoo](/img/src/platform/start/luna-org-1.png)
![Sample organizational structure in Mondoo](/img/platform/start/luna-org-1.png)

In this example, Lunalectric creates a single organization that contains a different space for each type of asset they monitor with Mondoo. Their AWS assets go in the Cloud space, all employee laptops are in the Workstations space, and so on. Each space contains many different workspaces for the different views and perspective they need to assess.

Here's an alternative way Lunalectric might organize their assets:

![Sample organizational structure in Mondoo](/img/src/platform/start/luna-org-2.png)
![Sample organizational structure in Mondoo](/img/platform/start/luna-org-2.png)

In this second example, Lunalectric creates a single organization that contains three spaces: one space for each business division. Each space contains a very large number of assets.

Expand Down
12 changes: 6 additions & 6 deletions docs/platform/start/organize/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A space can contain an unlimited number of workspaces, and their purpose is enti

Suppose our imaginary sample business, Lunalectric, has a space is dedicated to the Rover business group, a division within the company.

![Sample workspaces in Rover space](/img/src/platform/start/mars-rover-space.png)
![Sample workspaces in Rover space](/img/platform/start/mars-rover-space.png)

This space contains many different types of assets, including the Rover team's Azure and SaaS infrastructure, deployment pipelines, and employee workstations. They use workspaces to accomplish these goals:

Expand All @@ -34,7 +34,7 @@ This space contains many different types of assets, including the Rover team's A

As another example, suppose Lunalectric has a space that contains all of the company's AWS cloud infrastructure. With hundreds of AWS assets, they need easy ways to break down that space and understand where their security strengths and weaknesses lie.

![Sample workspaces in AWS space](/img/src/platform/start/lunalectric-aws-space.png)
![Sample workspaces in AWS space](/img/platform/start/lunalectric-aws-space.png)

To accomplish this, they create a workspace for each type of AWS asset as well as an "All AWS urgent" workspace where they can quickly view the AWS assets that pose the greatest risk to Lunalectric.

Expand Down Expand Up @@ -101,19 +101,19 @@ Use the workspace query builder to choose criteria that define what assets Mondo

For each condition in an asset selection, you select a criterion, an operator (IS, NOT, or CONTAINS), and one or more values. If you choose multiple values for a single criterion, the query builder combines them with an OR operator. For example, this query specifies that the asset platform must be either Confluence or Jira:

![Mondoo workspace query builder multiple values for one criterion](/platform/start/organize/qb-two-values.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-values.png)

If you define more than one condition in an asset selection (using the + ADD CONDITION button), you choose whether to combine them with an AND or AND NOT operator. For example, this query specifies that the asset platform must be Debian AND the platform version must not be 12:

![Mondoo workspace query builder multiple values for one criterion](/platform/start/organize/qb-two-conditions.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-conditions.png)

This query specifies that the asset platform must be Azure storage container and the asset name must not contain `eu`:

![Mondoo workspace query builder multiple values for one criterion](/platform/start/organize/qb-two-conditions-not.png)
![Mondoo workspace query builder multiple values for one criterion](/img/platform/start/organize/qb-two-conditions-not.png)

If you define more than one asset selection in a query (using the + ADD ASSET SELECTION button), the query builder combines them with an OR operator. For example, in this query, asset selection 1 specifies that the platform is Debian and the version is not 12. Asset selection 2 specifies that the platform is Fedora and the version is not 40 or 41. For Mondoo to include an asset in this workspace, the asset must meet either the asset selection 1 requirement OR the asset selection 2 requirement:

![Mondoo workspace query builder](/platform/start/organize/qb-two-selections.png)
![Mondoo workspace query builder](/img/platform/start/organize/qb-two-selections.png)

### Add a new workspace

Expand Down

0 comments on commit 4cd6baa

Please sign in to comment.