node-logstash icon indicating copy to clipboard operation
node-logstash copied to clipboard

Simple logstash implmentation in nodejs : file log collection, sent with zeromq

Results 15 node-logstash issues
Sort by recently updated
recently updated
newest added

My origin filter: ``` filter { if ![ipv4] { drop{ id => "drop nmap data" } } } ``` the parser seem to can not understand it and throw an...

I'm trying to install node-logstash in a Docker container based on [Alpine Linux](https://alpinelinux.org/). Ideally I would like to use node-logstash within app containers to preprocess logs (trimming and structuring) before...

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

Allows to use environment variables in config files like "${ENV_VARIABLE}"

This update will remove some deprecation warnings such as: ``` Feb 22 18:50:39 ip-172-16-2-209 systemd[1]: Started node-logstash-main.service. Feb 22 18:50:39 ip-172-16-2-209 systemd[1]: Starting node-logstash-main-1.service... Feb 22 18:50:39 ip-172-16-2-209 systemd[1]: Started...

Hello, There seems to be an issue with the documentation instructions for custom plugins It says: In the plugin code, you can reference base plugins with var base_filter = require('lib/base_filter');...

I added a Datadog output which is nearly the same as StatsD but with some nice additional features and a new filter which is the regex filter with the possibility...

I know more is needed for this (like testing...), but this is the beginnings of a kafka input/output plugin. This is using https://github.com/SOHU-Co/kafka-node/ and the HighLevelProducer/HighLevelConsumer interfaces to produce/consume messages...

I have attempted to store the logs from multiple small servers on one NFS share and have them processed on one small dedicated host running NLS instead of having the...