Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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: "2.15.2"
changes:
- description: Set subobjects false to `o365.audit.Parameters` and `o365.audit.ModifiedProperties` to avoid mapping conflicts.
type: bugfix
link: https://github.com/elastic/integrations/pull/13925
- version: "2.15.1"
changes:
- description: Ensure that empty results do not lead to subsequent invalid API requests.
Expand Down
12 changes: 12 additions & 0 deletions packages/o365/data_stream/audit/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,12 @@
type: object
object_type: keyword
object_type_mapping_type: '*'
subobjects: false
- name: ModifiedProperties
type: object
object_type: keyword
object_type_mapping_type: '*'
subobjects: false
- name: Name
type: keyword
- name: NetworkMessageId
Expand Down Expand Up @@ -437,6 +443,12 @@
type: object
object_type: keyword
object_type_mapping_type: '*'
subobjects: false
- name: Parameters
type: object
object_type: keyword
object_type_mapping_type: '*'
subobjects: false
- name: PhishConfidenceLevel
type: keyword
- name: Platform
Expand Down
2 changes: 2 additions & 0 deletions packages/o365/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ An example event for `audit` looks as following:
| o365.audit.Members | | flattened |
| o365.audit.MessageDate | | keyword |
| o365.audit.MessageTime | | keyword |
| o365.audit.ModifiedProperties | | object |
| o365.audit.ModifiedProperties.\*.\* | | object |
| o365.audit.ModifiedProperties.Role_DisplayName.NewValue | | keyword |
| o365.audit.Name | | keyword |
Expand All @@ -387,6 +388,7 @@ An example event for `audit` looks as following:
| o365.audit.P1SenderDomain | | keyword |
| o365.audit.P2Sender | | keyword |
| o365.audit.P2SenderDomain | | keyword |
| o365.audit.Parameters | | object |
| o365.audit.Parameters.\* | | object |
| o365.audit.Parameters.AccessRights | | keyword |
| o365.audit.Parameters.AllowFederatedUsers | | keyword |
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: Microsoft Office 365
version: "2.15.1"
version: "2.15.2"
description: Collect logs from Microsoft Office 365 with Elastic Agent.
type: integration
format_version: "3.2.3"
Expand Down