Jordan Sissel
Jordan Sissel
confirmed this bug.
I can't reproduce this in a test case: The only fields I see are these: ``` timestamp, @version, action, cfgattr, cfgobj, cfgpath, cfgtid, date, devid, devname, level, logdesc, logid, message,...
I can't reproduce this with Logstash 1.5.0, either: https://gist.github.com/jordansissel/01d8686b09ef31692fc6
As a workaround, or perhaps solution, you can achieve, today, what you describe by using multiple translate filters. On Fri, Mar 17, 2017 at 9:42 PM Alvin Chen wrote: >...
> If I use multiple translate filters it will re-load the same file multiple times(?) Kindly confirm. Yes. What is your concern with this?
@jsvd got an example use case in mind?
With the exception of my one comment, LGTM.
I think c9bf2e7f4bf2ff54852afa26d6384420bab908dd conflicts with this (it renamed `teardown` to `close`). Otherwise, +1 on this change, since the method is empty. Can you rebase?
:ballot_box_with_check: Code review I haven't run the tests yet.
I don't' think we really expect the file to be changed while logstash is running, so if that's what you're doing, as a workaround for now, you may need to...