elastic / logstash-forwarder

An experiment to cut logs in preparation for processing elsewhere. Replaced by Filebeat: https://github.com/elastic/beats/tree/master/filebeat
Other
1.79k stars 415 forks source link

Allow paths with wildcard directories #532

Closed roji closed 9 years ago

roji commented 9 years ago

In some cases log files are grouped into subdirectories, and it seems impossible to specify the following for logstash-forwarder: /syslog/log/**/*.

This capability is supported by logstash, see this conversation.

(BTW: Is logstash-forwarder still being maintained? It seems there hasn't been real activity here for months...)

ruflin commented 9 years ago

@roji All new features for logstash-forwarder go into filebeat. Filebeat will be the future replacement of logstash-forwarder. So it is best to open this issue directly in the Filebeat repo: https://github.com/elastic/filebeat

roji commented 9 years ago

Thanks, opened https://github.com/elastic/libbeat/issues/117