Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.17.3"
changes:
- description: Fix issue with cursor potentially causing data gaps.
type: bugfix
link: https://github.com/elastic/integrations/pull/8717
- version: "1.17.2"
changes:
- description: Fix exclude_files pattern.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,6 @@ request.transforms:
- set:
target: url.params.$skiptoken
value: 0
fields_under_root: true
fields:
_conf:
local_domains:
{{#each local_domains as |local_domain i|}}
- {{local_domain}}
{{/each}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}
response.split:
target: body.value
response.pagination:
Expand All @@ -70,7 +53,25 @@ response.pagination:
fail_on_template_error: true
cursor:
last_execution_datetime:
value: '[[(formatDate (now) "RFC3339")]]'
value: '[[.last_event.EndDate]]'

fields_under_root: true
fields:
_conf:
local_domains:
{{#each local_domains as |local_domain i|}}
- {{local_domain}}
{{/each}}
tags:
{{#if preserve_original_event}}
- preserve_original_event
{{/if}}
{{#each tags as |tag i|}}
- {{tag}}
{{/each}}
{{#contains "forwarded" tags}}
publisher_pipeline.disable_host: true
{{/contains}}

{{#if processors}}
processors:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: microsoft_exchange_online_message_trace
title: "Microsoft Exchange Online Message Trace"
version: "1.17.2"
version: "1.17.3"
description: "Microsoft Exchange Online Message Trace Integration"
type: integration
categories:
Expand Down