I am using logstash-forwarder to send the logs to logstash server using lumberjack input plugin.
One of my requirement is to read logs from old archived .ZIP files using logstash-forwarder. I tried to use .zip in my configuration file as follows
"files": [
{
"paths": ["C:\\jboss-eap-6.1.0.Alpha\\standalone\\log\\**\\*.zip"
}
]
But it is not working.
Please let me know, if it is possible to read logs from .ZIP file.
thanks in advance.