diff --git a/packages/atlassian_bitbucket/_dev/build/docs/README.md b/packages/atlassian_bitbucket/_dev/build/docs/README.md index 495c43e5787..348396fa332 100644 --- a/packages/atlassian_bitbucket/_dev/build/docs/README.md +++ b/packages/atlassian_bitbucket/_dev/build/docs/README.md @@ -1,6 +1,8 @@ # Atlassian Bitbucket Integration -The Bitbucket integration collects audit logs from the audit log files or the audit API. +The Bitbucket integration collects audit logs from the audit log files or the [audit API](https://developer.atlassian.com/server/bitbucket/reference/rest-api/). + +For more information on auditing in Bitbucket and how it can be configured, see [View and configure the audit log](https://confluence.atlassian.com/bitbucketserver/view-and-configure-the-audit-log-776640417.html) on Atlassian's website. ## Logs diff --git a/packages/atlassian_bitbucket/changelog.yml b/packages/atlassian_bitbucket/changelog.yml index 7ae16e4a307..b19d60a2d96 100644 --- a/packages/atlassian_bitbucket/changelog.yml +++ b/packages/atlassian_bitbucket/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.1" + changes: + - description: Update Readme + type: enhancement + link: https://github.com/elastic/integrations/pull/3061 - version: "1.2.0" changes: - description: Update to ECS 8.2 diff --git a/packages/atlassian_bitbucket/docs/README.md b/packages/atlassian_bitbucket/docs/README.md index db9f50dd526..b4d6f148d98 100644 --- a/packages/atlassian_bitbucket/docs/README.md +++ b/packages/atlassian_bitbucket/docs/README.md @@ -1,6 +1,8 @@ # Atlassian Bitbucket Integration -The Bitbucket integration collects audit logs from the audit log files or the audit API. +The Bitbucket integration collects audit logs from the audit log files or the [audit API](https://developer.atlassian.com/server/bitbucket/reference/rest-api/). + +For more information on auditing in Bitbucket and how it can be configured, see [View and configure the audit log](https://confluence.atlassian.com/bitbucketserver/view-and-configure-the-audit-log-776640417.html) on Atlassian's website. ## Logs diff --git a/packages/atlassian_bitbucket/manifest.yml b/packages/atlassian_bitbucket/manifest.yml index eb1f972a1d9..5e743b0222b 100644 --- a/packages/atlassian_bitbucket/manifest.yml +++ b/packages/atlassian_bitbucket/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: atlassian_bitbucket title: Atlassian Bitbucket -version: 1.2.0 +version: 1.2.1 license: basic description: Collect logs from Atlassian Bitbucket with Elastic Agent. type: integration