It's possible to run Logstash on Tomcat, JBoss or Glassfish?
scharf has quit
(ver 1.3.2)
electrical
mikess: we never tried that.
Weust`_ is now known as Weust`
rgj
Seems that my problem was that I used the dns filter (for some unknown reason, since i use the hostname set in the syslog messages).
ddayan has quit
ddayan joined the channel
gauravarora_ joined the channel
tchiang1 has quit
gauravarora has quit
gauravarora_ is now known as gauravarora
prl_noob has quit
Frank____ has quit
lennartkoopmann has quit
gauravarora has quit
_pitchfork_ joined the channel
poolski
morning logstash-folk
gauravarora joined the channel
Cyis|afk
morning poolski
poolski
how's your gubbins working?
Cyis|afk is now known as Cyis
Cyis
ok... I got the RabbitMQ layer in this weekend
2 node cluster with mirroring... doing about 3K msg/s
really liking kopf as well
poolski
kopf?
mikess
elasticsearch-kopf
Cyis
^^^
I've already reached the point I'm snapshotting off to S3 and clearing out the oldest indices because of space
kepper has quit
poolski
ooh nice
_pitchfork_ has quit
yeah... I'm hitting that point and wondering how best to go about archiving old indexes
sprachgenerator joined the channel
eritho_
q
Cyis
I suspect if I can get them to give me more servers not only will it make it more robust but we'll be able to retain more
jepoy_ has quit
poolski
well, quite
Cyis
I've been tweaking the knobs on how many threads/workers/etc to have running to keep up
jepoy joined the channel
we're not running LS forwarders locally. just have the logs being sent over the wire... so far only 3 nodes receiving the logs and feeding RMQ... 2 nodes processing RMQ and filtering before indexing to ES
poolski: the inbound LS nodes that receive are behind a F5 LB VIP ... the RMQ cluster is also behind an F5 LB VIP as is ES cluster
xonal is now known as lanox
poolski
lol you got too much money :P
Cyis
because we already had RMQ within our environment but not redis
poolski
ah ok
last I checked, F5s were expensive sumbitches
Cyis
we also had puppet ready to deploy it
ain't my money :) but I have been given plenty of resources
poolski
was it much of a pain to configure RMQ?
lol, yeah, sound slike
Cyis
poolski: with puppet it was stupid simple
poolski
I need to puppetise my LS nodes
:(
Cyis
only piece of the config I had to do was enable the HA policy
aside from the nodes sending their logs which was setup manually... the entire LS stack (LS+RMQ+ES) was configured via puppet
oh and Kibana as well
fllr joined the channel
only 45 more minutes and I can head off to bed
poolski
which LS puppet module did you use?
fllr has quit
bnzmnzhnz joined the channel
cakirke joined the channel
Cyis
poolski: the one from the the elasticsearch puppet-logstash module from the puppet forge... along with the puppet-elasticsearch module
I then just wrote a wrapper module to handled our custom config and call any defines
poolski
Cyis, cool - last I checked it it wasn't terribly good...
Cyis
still haven't upgraded to LS 1.4 yet though
acassio joined the channel
prydie joined the channel
jepoy joined the channel
zeroXten joined the channel
zeroXten
hi all. Should i be worried that logstash is constantly writing 'Registrar received 100 events" to /var/log/messages, when /var/log/messages is one of the files it's supposed to read? I guess it is a bit of a a waste, but not an infinite loop
scharf joined the channel
scharf has quit
Atoms has quit
kepper joined the channel
poolski
zeroXten, I drop those messages at the indexer
if [type] == "syslog" and [message] =~ "Registrar received" { drop { } }
or something like that
modify to taste
obazoud joined the channel
electrical
poolski: what wasn't very good? the puppet modules?
michaelhart has quit
sprachgenerator has quit
bnzmnzhnz has quit
zeroXten
poolski: yeah, good idea
poolski
I might be thinking of the logstash-forwarder module
zeroXten
man, that's pretty spammy.. i think i'm just going to /dev/null logstash-forwarder logs, not even let them get to system
*syslog
jotterbot1234 joined the channel
poolski
electrical, latest version of LS won't start: Starting Logstash Daemon:start-stop-daemon: unable to stat (No such file or directory) (already running)
brockp has quit
neurodrone joined the channel
fllr joined the channel
Pupilo joined the channel
peaceman has quit
peaceman joined the channel
vali
poolski working fine for me
how to do start LS ?
do you
fcking keyboard..
kepper has quit
or brain ..
fllr has quit
poolski
/etc/init.d/logstash start
debian initscipt
MattTheRat joined the channel
danshultz joined the channel
vali
is it starting LS using ../bin/logstash ?
kepper joined the channel
JohnnyRun has quit
cakirke has quit
lanox has quit
poolski
it's not creating the pidfile and yet it thinks it's running
tmoe joined the channel
tmoe
Hi all
scharf joined the channel
pemontto1 joined the channel
pemontto1 has left the channel
santiagoR joined the channel
poolski
I can't understand why it's not working one only ONE host
ddayan has quit
scharf has quit
ddayan joined the channel
tmoe
Is there a way to "require" an external .jar file in plugin .rb?? Got always "cannot load such file", no matter where i put it or what rights i gave.
poolski
vali, yes
Pupilo has left the channel
tmoe
In jruby console everything is working fine
jotterbot1234 has quit
jotterbot1234 joined the channel
michaelhart joined the channel
JohnnyRun joined the channel
bradgignac joined the channel
churnd
i'm working on logstash-forwarder & trying to get the "message" to be just the actual log message itself, but i can't seem to do it