logstash

Process and forward events and logs from multiple sources

brewmacoslinux
Try with needOr install directly
Source

About

Tool for managing events and logs

Commands

logstash

Examples

Run logstash with a configuration file$ logstash -f /path/to/logstash.conf
Test configuration syntax without running$ logstash -f /path/to/logstash.conf -t
Run logstash with specific Java heap size$ logstash -Xmx2g -Xms2g -f /path/to/logstash.conf