diff --git a/packages/o365/_dev/build/docs/README.md b/packages/o365/_dev/build/docs/README.md index 8a4631a9e40..a45d3bf1d7e 100644 --- a/packages/o365/_dev/build/docs/README.md +++ b/packages/o365/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Microsoft Office 365 Integration -This integration is for Microsoft Office 365. It currently supports user, admin, system, and policy actions and events from Office 365 and Azure AD activity logs exposed by the Office 365 Management Activity API. +This integration is for [Microsoft Office 365](https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/). It currently supports user, admin, system, and policy actions and events from Office 365 and Azure AD activity logs exposed by the Office 365 Management Activity API. ## Configuration diff --git a/packages/o365/changelog.yml b/packages/o365/changelog.yml index 4c2d9f54bb3..09afc77437a 100644 --- a/packages/o365/changelog.yml +++ b/packages/o365/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.8.1" + changes: + - description: Added link to Microsoft documentation. + type: enhancement + link: https://github.com/elastic/integrations/pull/3531 - version: "1.8.0" changes: - description: Update package to ECS 8.4.0 diff --git a/packages/o365/docs/README.md b/packages/o365/docs/README.md index da1296aff91..21b8d2a4624 100644 --- a/packages/o365/docs/README.md +++ b/packages/o365/docs/README.md @@ -1,6 +1,6 @@ # Microsoft Office 365 Integration -This integration is for Microsoft Office 365. It currently supports user, admin, system, and policy actions and events from Office 365 and Azure AD activity logs exposed by the Office 365 Management Activity API. +This integration is for [Microsoft Office 365](https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/). It currently supports user, admin, system, and policy actions and events from Office 365 and Azure AD activity logs exposed by the Office 365 Management Activity API. ## Configuration diff --git a/packages/o365/manifest.yml b/packages/o365/manifest.yml index 6eff53e7393..494bcfe166c 100644 --- a/packages/o365/manifest.yml +++ b/packages/o365/manifest.yml @@ -1,6 +1,6 @@ name: o365 title: Microsoft 365 -version: 1.8.0 +version: 1.8.1 release: ga description: Collect logs from Microsoft 365 with Elastic Agent. type: integration