You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
45
45
@@ -51,45 +51,45 @@ Use the **search bar**, **row grouping**, or **column filters** to refine the re
51
51
52
52
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.
In this example, the query has been restricted to the "dev" stack.
73
73
74
74
### Resource search grouping
75
75
76
76
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.
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.
87
87
88
-

88
+

89
89
90
90
All your saved favorites can be seen as quick links on the **left nav**.
Copy file name to clipboardExpand all lines: content/docs/insights/get-started/begin.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Leave the default environment definition for now, and you will return to finish
43
43
44
44
{{% choosable cloud aws %}}
45
45
46
-
To configure Pulumi Insights with AWS, you will use [OpenID Connect (OIDC)](docs/pulumi-cloud/access-management/oidc/) for authentication. Follow these steps:
46
+
To configure Pulumi Insights with AWS, you will use [OpenID Connect (OIDC)](/docs/pulumi-cloud/access-management/oidc/) for authentication. Follow these steps:
47
47
48
48
1. Log in to the [AWS Management Console](https://console.aws.amazon.com/iam/).
49
49
2. Go to the **Roles** section and create a new role.
0 commit comments