-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta] Module to ingest Office365 audit events #16196
Comments
Pinging @elastic/siem (Team:SIEM) |
All bits that flow from this issue need to support the configuration of alternative O365 endpoints: not all users are on the public cloud. |
This input uses Microsoft's Office 365 Management API to fetch audit events. Relates elastic#16196
@mbarretta I think that is supported in the current input draft, it allows to configure a custom authentication endpoint (default |
I also wanted to point out that the Office365 audit logs do not contain any azure ad sign-in logs. For that, you need to talk either to a Microsoft Azure Event Hub, a storage pool, or the Microsoft logs monitor logs Microsoft Docs for Azure AD Log streaming. I do not know if it would make sense to add this in this module or to move it to the Azure module. Just wanted to throw it in here :) |
This input uses Microsoft's Office 365 Management API to fetch audit events. Relates elastic#16196
This input uses Microsoft's Office 365 Management API to fetch audit events. Relates to #16196
This input uses Microsoft's Office 365 Management API to fetch audit events. Relates to elastic#16196 (cherry picked from commit ed80900)
Modules
For a metricset to go GA, the following criterias should be met:
Filebeat module
Metricbeat module
data.json
exists and an automated way to generate it exists (go test -data
)The text was updated successfully, but these errors were encountered: