freebsd-ports/sysutils/logstash-forwarder/pkg-plist
Carlo Strub 6f5894dc42 I'm a lumberjack and I'm ok! I sleep when idle, then I ship logs all day!
I parse your logs, I eat the JVM agent for lunch!

(This project was recently renamed from 'lumberjack' to 'logstash-forwarder' to
make its intended use clear. The 'lumberjack' name now remains as the network
protocol, and 'logstash-forwarder' is the name of the program. It's still the
same lovely log forwarding program you love.)

WWW: https://github.com/elasticsearch/logstash-forwarder

PR:		ports/193012
Submitted by:	cheffo@freebsd-bg.org
2014-09-05 20:50:47 +00:00

4 lines
294 B
Text

bin/logstash-forwarder
@unexec if cmp -s %D/etc/logstash-forwarder.conf.example %D/etc/logstash-forwarder.conf; then rm -f %D/etc/logstash-forwarder.conf; fi
etc/logstash-forwarder.conf.example
@exec if [ ! -f %D/etc/logstash-forwarder.conf ] ; then cp -p %D/%F %B/logstash-forwarder.conf; fi