Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add date_nanos compatibility #11872

Open
toog opened this issue May 6, 2020 · 2 comments
Open

Add date_nanos compatibility #11872

toog opened this issue May 6, 2020 · 2 comments

Comments

@toog
Copy link

toog commented May 6, 2020

Hello

Since elastic add date_nanos support, is it possible to add this functionality into date plugin to parse date format like : 2016-06-10T21:42:24.76073899Z with nanosecond precision.

@sliencestorm-wyw
Copy link

sliencestorm-wyw commented Jan 27, 2021

example
date {
match => ["date", "yyyy/MM/dd HH:mm:ss.SSS.SSS"]
target => "@timestamp"
}
if date value is "20210125 16:00:54.350.008"

but output is "Jan 26, 2021 @ 00:00:54.008" not "350.008"

@TheVastyDeep
Copy link

Duplicate of 10822.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants