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

Timestamp override #19

Open
purbon opened this issue Nov 2, 2015 · 2 comments
Open

Timestamp override #19

purbon opened this issue Nov 2, 2015 · 2 comments

Comments

@purbon
Copy link

purbon commented Nov 2, 2015

From #7 that has been closed due to a long stalled CLA request not fulfilled.

Added option to specify timestamp from field in event.
use the timestamp_override field to define the field to use when specifying a timestamp instead of using the timestamp of the event. Useful if parsing historical log files.

@pandaadb
Copy link

This would be really cool! I looked at solving that issue yesterday since I backparsed a few weeks.

For what it's worth, there is a workaround:

Logstash seems to be executing filter in sequence of appearance. I managed to mutate the event timestamp to contain the log timestamp. That way all back-parsed logs had no issues.
What I really want to do though, is to up-vote and say how cool this feature would be :)

@codiply
Copy link

codiply commented Jan 10, 2017

I opened PR 28 for this enhancement. What is the process for getting the PR reviewed?

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

No branches or pull requests

3 participants