diff --git a/packages/github/_dev/build/docs/README.md b/packages/github/_dev/build/docs/README.md index 1827cb33521..7214bd73921 100644 --- a/packages/github/_dev/build/docs/README.md +++ b/packages/github/_dev/build/docs/README.md @@ -1,12 +1,12 @@ # GitHub Integration -The GitHub integration collects audit events from the GitHub API. +The GitHub integration collects audit events from the [GitHub API](https://docs.github.com/en/rest ). ## Logs ### Audit -The GitHub audit log records all events related to the GitHub organization. See [https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. +The GitHub audit log records all events related to the GitHub organization. See [Audit log actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. To use this integration, you must be an organization owner, and you must use an Personal Access Token with the admin:org scope. diff --git a/packages/github/changelog.yml b/packages/github/changelog.yml index 1bceef1bb0f..2fd05bc9bc9 100644 --- a/packages/github/changelog.yml +++ b/packages/github/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.1" + changes: + - description: Update readme + type: enhancement + link: https://github.com/elastic/integrations/pull/3105 - version: "1.0.0" changes: - description: Make GA diff --git a/packages/github/docs/README.md b/packages/github/docs/README.md index 8971a5d008e..e7f451bfff4 100644 --- a/packages/github/docs/README.md +++ b/packages/github/docs/README.md @@ -1,12 +1,12 @@ # GitHub Integration -The GitHub integration collects audit events from the GitHub API. +The GitHub integration collects audit events from the [GitHub API](https://docs.github.com/en/rest ). ## Logs ### Audit -The GitHub audit log records all events related to the GitHub organization. See [https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. +The GitHub audit log records all events related to the GitHub organization. See [Audit log actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. To use this integration, you must be an organization owner, and you must use an Personal Access Token with the admin:org scope. diff --git a/packages/github/manifest.yml b/packages/github/manifest.yml index 505e50360f1..ccad2f973d2 100644 --- a/packages/github/manifest.yml +++ b/packages/github/manifest.yml @@ -1,6 +1,6 @@ name: github title: GitHub -version: 1.0.0 +version: 1.0.1 release: ga description: Collect events from GitHub with Elastic Agent. type: integration