The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419
stars
107
forks
source link
log-courier doesn't end if started with -stdin #353
Hello,
In my case log-courier never ends (unless I hit STRG-C) if it is started with command line -stdin
My Config:
my command to test
echo "test";echo "test" |log-courier -config ./test.yaml -stdin
the output
here I did hit STRG-C
This repeats 11770 times
Why is log-courier not ending properly?
Jesai