when I start the logstash with "service logstash start" an index isn't even created. If I run the exact same command on the commandline everything starts working as expected.
AbdolHosein is now known as Guest31337
_Bryan_
does it say anything in the log file when you try to start it by the service logstash start?
echelon has quit
Nr18 joined the channel
kimchy joined the channel
lakcaj_
All I get is "Sending logstash logs to /var/log/logstash/logstash.log" in logstash.stdout
that's the only content of any log file in /var/log/logstash/*
Guest31337 has quit
supersheep has quit
juarez joined the channel
echelon joined the channel
kanarip has quit
kanarip joined the channel
ok - some progress. I changed the user/group from logstash:logstash to root:root in the initscript and it seems to be working
xsrealities joined the channel
Wolland_
probably not the best thing to do
lakcaj_
of course, just troubleshooting
xsreality has quit
_Bryan_
you shoudl prob fix the permission so you can run as logstash:logstash...runnig as root:root is dangerous
lakcaj_
I think I figured it out... logstash can't read /var/log/apache2
for sure
just temporary during troubleshooting
Wolland_
problem is now you might have other permissions messed up
pid, etc.
kersh joined the channel
/var/log/log../*.log as well
colinsurprenant joined the channel
RicardoSSP has quit
yerbamate joined the channel
bparks joined the channel
nikitosiusis joined the channel
kireevco joined the channel
kireevco has quit
bparks has quit
kireevco joined the channel
kireevco has quit
supersheep joined the channel
kireevco joined the channel
kireevco has quit
kireevco joined the channel
kersh has quit
jedzik1 joined the channel
jedzik1 has left the channel
fubada has quit
yruss972 joined the channel
lakcaj_
I think I have it working properly. I added logstash to the adm group and I also had to add the adm group to the chroot command in the initscript.
fubada joined the channel
kimchy has quit
yruss972 has quit
kanarip has quit
kalloc joined the channel
kalloc
hi guyz
why logstash slower than statsd?
I used strace for analyze execution flow of logstash and found too much futex call
statsd can process more than 60k requests
but logstash only 10k
pheaver joined the channel
bradgignac joined the channel
kimchy joined the channel
doismellburning
kalloc: LS does more
kalloc
how to do it?
doismellburning
kalloc: do what?
kalloc
more performance
more packet per second
doismellburning
kalloc: "do less" (though I just run multiple LS instances)
kalloc
but I don't need run multiple instance of statsd
;0
doismellburning
kalloc: but statsd does less
bradgignac has quit
it seems like either a) you seem unable to grasp the concept of "more work takes longer" or b) you're some sort of troll
kalloc
I use only udp listener and udp output
doismellburning
I suspect b is easier to deal with
kalloc
without filters
doismellburning
right, but there's still a bunch of LS transformation going on