Guy Boertje

Results 10 issues of Guy Boertje

In [Logstash (an OS ETL application)](https://github.com/elastic/logstash) we have JDBC inputs. If a user supplied configuration (a DSL based text file) has multiple JDBC inputs using SQLite, then the last input...

waiting for feedback

Items on this list may be covered by one or more existing issues, I will circle back and update the list when I spot the issue. - [ ] Add...

On "busy" files where processing has lagged behind, if a file is truncated, we lose the unread content.

docs

When we `stat` a filepath, if we get `Errno::ENOENT` we place the watched file into a `delay_delete` cycle meaning we need to get two successive `Errno::ENOENT` errors to actually initiate...

enhancement
question
design

Ideally user should write the file to a folder outside of the path glob pattern and then do an atomic rename. However, if they don't and the plugin discovers the...

bug
mode:read

Add documentation to use forward slashes in Windows at: https://github.com/logstash-plugins/logstash-input-file/blob/master/lib/logstash/inputs/file.rb#L96

From discussions on Slack and in a filewatch [PR](https://github.com/jordansissel/ruby-filewatch/pull/79), I am presenting some conclusion here for community discourse. The filewatch PR 79 and how these discussions are implemented in it...

enhancement
discuss
design

After the switch to Netty in 3.1.X+ some response headers are not prefixed with "http_". Previously, it appears that Puma (and Mongrel) added this prefix. Users that depend on a...

docs
breaking-compatibility

As I have retired from software development work and am fully occupied with other things, it is time to transfer ownership of this project to the biggest users of it...

It should be fairly simple to extract the loader code from the jdbc_static filter and add it as a means of building a dictionary. Some tweaks would be required to...

enhancement