Skip to content

Commit

Permalink
microsoft_exchange_online_message_trace: improve document fingerprint…
Browse files Browse the repository at this point in the history
…ing resolution (elastic#11956)

Replace event.outcome with microsoft.online_message_trace.Status from
which it is derived and which can take more different values.
  • Loading branch information
efd6 authored Dec 4, 2024
1 parent bf16c33 commit 5866714
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.23.1"
changes:
- description: Improve document fingerprinting resolution.
type: bugfix
link: https://github.com/elastic/integrations/pull/11956
- version: "1.23.0"
changes:
- description: Add `event.category` and `event.type` to all events.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ processors:
- email.message_id
- email.local_id
- email.subject
- event.outcome
- email.attachments.file.size
- microsoft.online_message_trace.Status
ignore_missing: true
target_field: "_id"
# Cleanup fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: microsoft_exchange_online_message_trace
title: "Microsoft Exchange Online Message Trace"
version: "1.23.0"
version: "1.23.1"
description: "Microsoft Exchange Online Message Trace Integration"
type: integration
categories:
Expand Down

0 comments on commit 5866714

Please sign in to comment.