Mark Walkom

Results 4 issues of Mark Walkom

Sometimes people rsync logs from a server to a centralised location and then read them with LS, this use case has obvious problems as the file watch library uses the...

I was playing around with some twitter analytics data and found that the convert in this filter doesn't see to do what is expected. Data sample, altered; ``` "698020519266775043","https://twitter.com/BLAH/status/698020519266775043","LOUD NOISES","2016-02-12...

bug

if you edit the docs you can see this on line 25-28; ``` # Define the column separator value. If this is not specified, the default # is a comma...

bug
docs

Just like we do in grok, it makes sense to allow this with this sort of use; ``` filter { csv { columns => { ["field1", "field2", "field3"], ["fieldA", "fieldB",...

enhancement