hello I'm looking for some help/advice. I am trying to set up a kibana+logstash+elasticsearch to view logs for the company I work for. Are there any good tutorials you guys can recommend about setting up kibana+logstash+elasticsearch?
Title: logstash - open source log management (at logstash.net)
Jahkeup_ joined the channel
mistawright has quit
IndyMichaelB has quit
IndyMichaelB joined the channel
IndyMichaelB has quit
IndyMichaelB joined the channel
cpg|away is now known as cpg
bemehow joined the channel
rsahae_ has quit
mdb3624 joined the channel
mdb3624
can someone help me with getting logstash running?
I am getting an exception when it starts up
Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (NoM ethodError) undefined method `each' for nil:NilClass at RUBY.each(file:/C:/software/logstash/logstash-1.1.13-flatjar.jar!/log stash/config/file.rb:83) at RUBY.parse(file:/C:/software/logstash/logstash-1.1.13-flatjar.jar!/lo gstash/config/file.rb:39) at RUBY.parse_config(file:/C:/software/logstash/logstash-1.1.13-flatjar. jar!/l
danshultz has quit
iamchrisf has quit
clstokes has quit
kimchy joined the channel
rsahae joined the channel
jdavis is now known as jessemdavis
IndyMichaelB has quit
ehthayer has quit
bfulton has quit
bfulton joined the channel
cbarraford is now known as cbarraford|away
bemehow has quit
kimchy has quit
MartinCleaver has quit
bfulton has quit
kimchy joined the channel
bfulton joined the channel
ifim joined the channel
kjstone00 joined the channel
MartinCleaver joined the channel
MartinCleaver has quit
MartinCleaver joined the channel
bfulton has quit
rsahae has quit
Custom_ joined the channel
h0cin has quit
jcol has quit
iekpo has quit
jesse__ joined the channel
cbarraford|away is now known as cbarraford
bfulton joined the channel
kubes_ has quit
cbarraford is now known as cbarraford|away
IndyMichaelB_ joined the channel
jessemdavis has quit
kjstone00 has quit
evanlivingston has quit
iamchrisf joined the channel
blalor_afk has quit
blalor_afk joined the channel
blalor_afk is now known as blalor
kimchy has quit
MartinCleaver_ joined the channel
MartinCleaver_ has quit
MartinCleaver_ joined the channel
MartinCleaver has quit
MartinCleaver_ is now known as MartinCleaver
bfulton has quit
adamjt has quit
iamchrisf has quit
adamjt joined the channel
bfulton joined the channel
jesse__ has quit
nictrix has quit
bitshuffler joined the channel
johnf1911
I've got a question about groking
say that I match a specific tag to decide to grok something
Custom_ has quit
then I have a bunch of different logs that are of interest, identified with patterns in that grok
and tons of logs that are not at all interesting
how can I add a tag only to logs that match the pattern?
moos3 has quit
because if I add a tag in the grok
it adds it to all of them
any assistance that anyone can offer would be greatly appreciated
bitshuffler
Good evening. Where can I find some docs re best practice writing a plugin? More specifically I would like to write a Sensu output and was pondering how to set up a dev env - I'm just familiar with running it from a released .jar
So I would like to avoid packaging it everytime and running it instead 'unpackaged'
johnf1911
hmm
might be easiest to just run the non-jarred version
bitshuffler
sounds good, where can I find that one? or just do a git clone and be done?
johnf1911
I feel like there's a non flat version
but I'm not having much luck finding info
bitshuffler
ah nvm, rtfm helps :D Sounds like I jsut do a git clone. thanks :)