diff --git a/content/docs/insights/concepts/_index.md b/content/docs/insights/concepts/_index.md index 6a81bee5ffb6..15d22b72f423 100644 --- a/content/docs/insights/concepts/_index.md +++ b/content/docs/insights/concepts/_index.md @@ -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: @@ -51,15 +51,15 @@ 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. @@ -67,7 +67,7 @@ Selecting a column header will modify the query to sort by that column. 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. @@ -75,21 +75,21 @@ In this example, the query has been restricted to the "dev" stack. 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 diff --git a/content/docs/insights/get-started/begin.md b/content/docs/insights/get-started/begin.md index a23eea38ea6b..fcf40ec0f027 100644 --- a/content/docs/insights/get-started/begin.md +++ b/content/docs/insights/get-started/begin.md @@ -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. diff --git a/content/docs/insights/get-started/create-accounts.md b/content/docs/insights/get-started/create-accounts.md index 936b0768e070..0943c6db1fc5 100644 --- a/content/docs/insights/get-started/create-accounts.md +++ b/content/docs/insights/get-started/create-accounts.md @@ -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.