How to setup logstash-forwarder to read recursively on a path

I have a folder that holds all the logs that I've setup for logstash-forwarder to ship as below:

"paths": [
"/var/log/**/*.log"
]

All my logs are organized in nested folders within the /var/log folder such as:

/var/log/2014/01/01/some.log
/var/log/2014/01/02/other.log

Seems like logstash-forwarder doesn't pickup any of those logs in this setup.

But if I change my path config to below it will successfully ships the log under /var/log folder only.

"paths": [
"/var/log/*.log"
]

How can I setup logstash-forwarder to recursively read a folder?

-Taufek

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5bcf13ad-0fdb-4c7b-9c5a-4212e0c41cee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.