-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x](backport #42078) [x-pack][filebeat] incorporate LastModified in…
…to s3 event _id generation (#42132) * [x-pack][filebeat] incorporate LastModified into s3 event _id generation (#42078) * [x-pack][filebeat] incorporate LastModified into s3 event _id generation * update PR id in changelog * log LastModified value * add unit test * fix unit tests on windows * use UnixMilli instead of time string * change s3 event _id format * fix changelog * Update x-pack/filebeat/input/gcs/input_test.go Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co> * Update x-pack/filebeat/input/azureblobstorage/input_test.go Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co> * revert windows test fix * add unit test --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co> (cherry picked from commit 58a5369) # Conflicts: # x-pack/filebeat/input/awss3/s3_objects.go * resolve conflicts * linter fix --------- Co-authored-by: stefans-elastic <stefan.stas@elastic.co>
- Loading branch information
1 parent
ce535c4
commit 1c1d361
Showing
7 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters