-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spool to disk not working with time.Time fields #10099
Labels
Comments
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Feb 5, 2019
Register encoders for time.Time and common.Time so that events containing timestamps can be serialized. Fixes elastic#10099
andrewkroh
added a commit
that referenced
this issue
Feb 5, 2019
Register encoders for time.Time and common.Time so that events containing timestamps can be serialized. Fixes #10099
Reopening because this needs a unit test to prevent a regression. |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Mar 4, 2019
Register encoders for time.Time and common.Time so that events containing timestamps can be serialized. Fixes elastic#10099 (cherry picked from commit 2b63496)
andrewkroh
added a commit
that referenced
this issue
Mar 6, 2019
urso
added
the
good first issue
Indicates a good issue for first-time contributors
label
Apr 17, 2019
urso
removed
the
good first issue
Indicates a good issue for first-time contributors
label
Jan 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed this problem with beats that produce
event.start
andevent.end
which aretime.Time
values. The same thing happens with Filebeat's netflow input which also produces these fields.See how
event.start
andevent.end
are{}
.If spooling is disabled the problem goes away.
The text was updated successfully, but these errors were encountered: