Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
17bf8c1
Update README.md
GinnyGalicia Mar 10, 2022
0b2fc35
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
dependabot[bot] Mar 30, 2022
cd6e46d
Markdown tidy up of readme file
GinnyGalicia Apr 4, 2022
e9aad4e
Update readme
GinnyGalicia Apr 5, 2022
07f3de3
update to reset main
GinnyGalicia Apr 5, 2022
fb2f512
reset to main build
GinnyGalicia Apr 5, 2022
fc18bec
Bump github.com/elastic/package-registry from 1.7.0 to 1.8.0
dependabot[bot] Apr 5, 2022
f7759ab
Merge pull request #6 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
f675166
Merge pull request #2 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
52b1559
Bump github.com/magefile/mage from 1.11.0 to 1.13.0
dependabot[bot] Apr 6, 2022
101ca85
Merge pull request #3 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
0e2b24c
Bump github.com/elastic/elastic-package from 0.38.0 to 0.46.0
dependabot[bot] Apr 6, 2022
0490a16
Merge pull request #7 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
18608b9
Merge branch 'elastic:main' into main
GinnyGalicia Apr 7, 2022
791475f
update readme
GinnyGalicia Apr 7, 2022
6e1a230
update chang log and run build
GinnyGalicia Apr 7, 2022
2f65985
Revert to original 1Password Readme
GinnyGalicia Apr 12, 2022
f61dbdf
Ran build with V4.46.1
ellis-elastic Apr 19, 2022
b497a64
Merge branch 'main' into O365-docs
ellis-elastic Apr 19, 2022
6dbdfe5
Update changelog and manifest
ellis-elastic Apr 29, 2022
1c40c2e
Merge branch 'main' into O365-docs
ellis-elastic Apr 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/o365/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,7 +12,6 @@ To use client-secret authentication, add you secret to the _Client Secret (API k

To use certificate-based authentication, set the paths to the certificate and private key files. If the key file is protected with a passphrase, set this passphrase in the _Private key passphrase_ field. Paths must be absolute and files must exist in the host where _Elastic Agent_ is running.


Add your tenant ID(s) to the _Directory (tenant) IDs_ field, then add the hostname that this tenant identifies to the _Directory (tenant) domains_ field. For example:
- Directory IDs: `my-id-a` `my-id-b`
- Directory domains: `a.onmicrosoft.com` `b.onmicrosoft.com`
Expand Down
5 changes: 5 additions & 0 deletions packages/o365/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.5.2"
changes:
- description: Tidy up of Markdown in Readme.md, including adding link to developer's documentation, if missing
type: enhancement
link: https://github.com/elastic/integrations/pull/3026
- version: "1.5.1"
changes:
- description: Fix processing of ModifiedProperties when it is a list of strings
Expand Down
3 changes: 1 addition & 2 deletions packages/o365/docs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,7 +12,6 @@ To use client-secret authentication, add you secret to the _Client Secret (API k

To use certificate-based authentication, set the paths to the certificate and private key files. If the key file is protected with a passphrase, set this passphrase in the _Private key passphrase_ field. Paths must be absolute and files must exist in the host where _Elastic Agent_ is running.


Add your tenant ID(s) to the _Directory (tenant) IDs_ field, then add the hostname that this tenant identifies to the _Directory (tenant) domains_ field. For example:
- Directory IDs: `my-id-a` `my-id-b`
- Directory domains: `a.onmicrosoft.com` `b.onmicrosoft.com`
Expand Down
2 changes: 1 addition & 1 deletion packages/o365/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: o365
title: Office 365 Logs
version: 1.5.1
version: 1.5.2
release: ga
description: Collect and parse event logs from Office 365 with Elastic Agent.
type: integration
Expand Down