logstash-input-file
logstash-input-file copied to clipboard
This can support BatchProcessing. Doing so we can move the log files to any directory e.g archive to keep a record of the logfiles which have been successfully indexed by...
**Logstash information**: Please include the following information: 1. Logstash version 8.2.1 2. Logstash installation source -docker docker --version Docker version 19.03.2, build 6a30dfc 3. How is Logstash being run (docker)...
## Description In read mode zipped files are currently always read completely when they already have been read fully. This is due to a call to ` sincedb_collection.clear_watched_file(key)` after the...
Originally from: https://github.com/elasticsearch/logstash/issues/1641
My logs are on a NFS volume. They are correctly parsed. After reboot, they are parsed again. The reason is the sincedb format. This file identifies processed file with their...
Please post all product and debugging questions on our [forum](https://discuss.elastic.co/c/logstash). Your questions will reach our wider community members there, and if we confirm that there is a bug, then we...
- Version: 6.3.2 - Operating System: OS X - Config File (if you have sensitive info, please remove it): With this config, the output is garbled. The workaround is to...
Following https://github.com/logstash-plugins/logstash-codec-multiline/pull/70, clones of the codec are used, rather than the original codec, causing the codec tracer not to be able to trace events that occurred after the clone. This...
This is a fix for https://github.com/logstash-plugins/logstash-input-file/issues/238 ### Premis 1. logstash checks the file uniqueness using the inode number, so even if sincedb exists, it does not fully support changing the...