Skip to content

Commit

Permalink
Minor fixes to Insights content (paths, typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Jan 3, 2025
1 parent 5d3a66e commit 08b370c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions content/docs/insights/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ By default, you will see a table with the resources you have access to, ordered

A count is shown in the upper-right corner with the total number of resources matched by this query -- in this case, we have 13 resources.

![Resource Search Table](search-table-v2.png)
![Resource Search Table](/docs/insights/assets/search-table-v2.png)

The table of resources is paginated using infinite scroll so you are able to view up to **10,000** resources without needing to go page by page:

Expand All @@ -51,45 +51,45 @@ Use the **search bar**, **row grouping**, or **column filters** to refine the re

Selecting **project** will pre-populate a query with `project:` which we can then extend to `project:production` to return resources with "production" in their project name.

![Resource Search Filter Helper](search-filter-helper.png)
![Resource Search Filter Helper](/docs/insights/assets/search-filter-helper.png)

The columns displayed on results can be modified to show or hide information by selecting the **gear icon** and clicking the **Choose columns**.

![Resource Search Options Gear](gear-icon-dropdown.png)
![Resource Search Options Gear](/docs/insights/assets/gear-icon-dropdown.png)

You will then see the **Column menu** appear, where you can choose the columns to display.

![Resource Search Column Chooser](column-chooser.png)
![Resource Search Column Chooser](/docs/insights/assets/column-chooser.png)

Selecting a column header will modify the query to sort by that column.

### Resource search aggregates

The **Column Filter** menu can be expanded to apply additional filters to each column and to view finer-grained resource sets.

![Resource Search Column Filter](column-filter.png)
![Resource Search Column Filter](/docs/insights/assets/column-filter.png)

In this example, the query has been restricted to the "dev" stack.

### Resource search grouping

The **Row Groups Header** allows you to drag columns from the table to enable grouping by that column. You can group by multiple columns at once. In this example, we have grouped by stack and modified so that we can see a breakdown of resources by stack and when they were last modified.

![Resource Search Grouping](resource-search-grouping.png)
![Resource Search Grouping](/docs/insights/assets/resource-search-grouping.png)

Selecting the **"X" in the search bar** will remove all previously selected filters.

![Resource Search Clear Filters](clear-search.png)
![Resource Search Clear Filters](/docs/insights/assets/clear-search.png)

### Resource search favoriting

The **Favorites Button** allows you to save a particular view of the resources page which includes any filters, grouping, column changes, and search queries made.

![Resource Search Favorites left nav](favorites-left-nav.png)
![Resource Search Favorites left nav](/docs/insights/assets/favorites-left-nav.png)

All your saved favorites can be seen as quick links on the **left nav**.

![Resource Search Favorites button](favorites-button.png)
![Resource Search Favorites button](/docs/insights/assets/favorites-button.png)

## Data export

Expand Down
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you're new to Pulumi you can click here to [start a free trial](https://app.p

## Create an ESC Environment

Pulumi Insights Account Discovery requires read-only access to your cloud accounts. This access is granted by [creating an ESC environment](/docs/esc/get-started/create-environment/) that generates valid credentials for the corresponding Pulumi provider when accessed.
Pulumi Insights Account Discovery requires read-only access to your cloud accounts. This access is granted by [creating an ESC environment](docs/esc/get-started/create-environment/) that generates valid credentials for the corresponding Pulumi provider when accessed.

{{% notes "info" %}}
Account Discovery leverages Pulumi ESC to securely manage the credentials required to discover and read infrastructure resources, aligning with enterprise best practices for managing application secrets.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/create-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Finally, you can select whether to enable scheduled scans or run them manually,
When scheduled scans are enabled, Pulumi automatically scans the account every 24 hours.
{{< /notes >}}

To finish creating this new account lick **Create** and you will see a success notification and arrive on the details page of the account.
To finish creating this new account click **Create** and you will see a success notification and arrive on the details page of the account.

Next, you will learn how to manage your accounts, and manually launch a scan.

Expand Down

0 comments on commit 08b370c

Please sign in to comment.