Skip to content

Commit 719f2fc

Browse files
authored
Merge pull request #17168 from github/repo-sync
repo sync
2 parents de5d507 + 67defac commit 719f2fc

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed
23.8 KB
Loading

content/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Before you can try {% data variables.product.prodname_ghe_cloud %}, you must be
5656

5757
## Exploring {% data variables.product.prodname_ghe_cloud %}
5858

59-
After setting up your trial, you can explore {% data variables.product.prodname_ghe_cloud %} by following the [Enterprise Onboarding Guide](https://resources.github.com/enterprise-onboarding/).
59+
After you set up your trial, you can explore {% data variables.product.prodname_ghe_cloud %} by following the suggested tasks on the "Overview" tab of your organization. If you've previously dismissed the tasks, you can access them again by clicking **Get started with suggested tasks** at the top of the page.
60+
61+
!["Get started with suggested tasks" button](/assets/images/help/organizations/suggested-tasks-button.png)
6062

6163
{% data reusables.docs.you-can-read-docs-for-your-product %}
6264

content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,15 @@ Using the qualifier `country`, you can filter events in the audit log based on t
132132

133133
## Using the audit log API
134134

135+
{% ifversion fpt %}
136+
137+
Organizations that use {% data variables.product.prodname_ghe_cloud %} can interact with the audit log using the GraphQL API and REST API. For more information, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#using-the-audit-log-api).
138+
139+
{% else %}
140+
135141
You can interact with the audit log using the GraphQL API{% ifversion fpt or ghec %} or the REST API{% endif %}.
136142

137-
{% ifversion fpt or ghec %}
143+
{% ifversion ghec %}
138144

139145
{% note %}
140146

@@ -149,15 +155,15 @@ You can interact with the audit log using the GraphQL API{% ifversion fpt or ghe
149155
To ensure your intellectual property is secure, and you maintain compliance for your organization, you can use the audit log GraphQL API to keep copies of your audit log data and monitor:
150156
{% data reusables.audit_log.audit-log-api-info %}
151157

152-
{% ifversion fpt or ghec %}
158+
{% ifversion ghec %}
153159
Note that you can't retrieve Git events using the GraphQL API. To retrieve Git events, use the REST API instead. For more information, see "[`git` category actions](#git-category-actions)."
154160
{% endif %}
155161

156162
The GraphQL response can include data for up to 90 to 120 days.
157163

158164
For example, you can make a GraphQL request to see all the new organization members added to your organization. For more information, see the "[GraphQL API Audit Log]({% ifversion ghec%}/free-pro-team@latest{% endif %}/graphql/reference/interfaces#auditentry/)."
159165

160-
{% ifversion fpt or ghec %}
166+
{% ifversion ghec %}
161167

162168
### Using the REST API
163169

@@ -170,6 +176,7 @@ By default, only events from the past three months are returned. To include olde
170176

171177
For more information about the audit log REST API, see "[Organizations](/rest/reference/orgs#get-the-audit-log-for-an-organization)."
172178

179+
{% endif %}
173180
{% endif %}
174181

175182
## Audit log actions

0 commit comments

Comments
 (0)