elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
112 stars 4.93k forks source link

[filebeat/input/awscloudwatch] supporting millisecond precision #34088

Closed beyond-seunghyun closed 5 months ago

beyond-seunghyun commented 1 year ago

Describe the enhancement: https://github.com/elastic/beats/blob/main/x-pack/filebeat/input/awscloudwatch/processor.go#L52

AS-IS time.Unix(*logEvent.Timestamp/1000, 0)

SHOULD-BE time.UnixMilli(*logEvent.Timestamp)

Describe a specific use case for the enhancement or feature:

botelastic[bot] commented 1 year ago

This issue doesn't have a Team:<team> label.

botelastic[bot] commented 11 months ago

Hi! We just realized that we haven't looked into this issue in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!