Skip to content
Draft
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/checkpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.46.0"
changes:
- description: Create a more unique fingerprint
type: enhancement
link: https://github.com/elastic/integrations/pull/16918
- version: "1.45.0"
changes:
- description: Process the packets field in SecureXL format.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ processors:
tag: fingerprint_93b78c95
if: ctx._id == null
fields:
- '@timestamp'
- checkpoint.loguid
- checkpoint.time
- checkpoint.segment_time
- checkpoint.lastupdatetime
- checkpoint.sequencenum
- checkpoint.update_count
target_field: "_id"
ignore_missing: true
- append:
Expand Down