we've just been trying logstash 5.4.3 and it seems infinite slower to process messages than with our "old" (current) logstash (1.5.x) version ... has anyone had similar experience ? what did you do to "fix" it ?
s/messages/events/ ;)
hugh_jass joined the channel
achan joined the channel
i know it's a little vague... but the setup is actually quite simple ... logstash-shipper (still 1.5.x) (lumberjack output) -> (lumberjack-input) logstash-indexer 5.4.3 (elasticsearch-output) -> ES
LJ23 has quit
hugh_jass joined the channel
alealeale has quit
flowstategames has quit
hugh_jass joined the channel
LJ23 joined the channel
LJ23 has quit
MajPotatohead joined the channel
MajPotatohead has quit
MajPotatohead joined the channel
hugh_jass joined the channel
notebox joined the channel
notebox has quit
ambrose
Hi I have a new Logstash install from .deb on Ubuntu 16, trying to read FreeRADIUS log but getting permission denied. I tried adding logstash user to freerad group but still permission denied. What's the recommended way to allow access? I tried setting LS_USER='root' in /etc/default/logstash and /etc/logstash/startup.options but still it can't read it
When I start logstash manually (./bin/logstash --path /etc/logstash) then it works fine, but not when starting from 'service logstash start'
BaM`
ambrose: if you installed logstash from a deb it should be trying to run as the logstash user
if you've started it as root from the cmdline then you've probably messed up permissions somewhere
most likely a log file
s/permissions/ownership
I wouldn't recommend starting the service as root at any rate