bpaquet / node-logstash

Simple logstash implmentation in nodejs : file log collection, sent with zeromq
Other
517 stars 141 forks source link

Windows compatibility #111

Open barakSpoj opened 9 years ago

barakSpoj commented 9 years ago

Hey,

Is there any plans to make this software available for windows too?

Thanks,

bpaquet commented 9 years ago

Not yet :(

On Wed, Jul 22, 2015 at 5:34 PM, Barak Sapoj notifications@github.com wrote:

Hey,

Is there any plans to make this software available for windows too?

Thanks,

— Reply to this email directly or view it on GitHub https://github.com/bpaquet/node-logstash/issues/111.

barakSpoj commented 9 years ago

Pity, Node.js is perfect for this kind of software and our use is still mostly on windows

otisg commented 8 years ago

Btw. what makes this not work under Winblows?

bpaquet commented 8 years ago

The fs.watch Node API is not consistent between platforms.

I will try to make it working under windows, but no garanty.

On Mon, Nov 23, 2015 at 7:35 PM, Otis Gospodnetic notifications@github.com wrote:

Btw. what makes this not work under Winblows?

— Reply to this email directly or view it on GitHub https://github.com/bpaquet/node-logstash/issues/111#issuecomment-159022272 .

codercurtis commented 6 years ago

The fs.watch Node API is not consistent between platforms.

Try chokidar