Mantas Var
Mantas Var
I think we should remove it for now.
@einorler I think in such case you should open issue in Elasticsearch repository.
OK, after some deeper investigations I see that this is not that easy. Filter itself is not associated with any document (needs document to resolve field name). It is only...
Actually, it can not. Apache and nginx uses different syntax for log format configuration. That configured log format is the key of this library. You simply copy format from config...
Great idea. I see here is not so much work to do. Most of the code could be reused.
You could implement it by extending `LogIterator` class. Something like this: ``` php class SeekableIterator extends LogIterator { /** * @var resource */ private $fileHandler; /** * @var int */...
Glad it helped. What is your use case? Do you want to get log messages in nearly real-time?