i'm trying to create a new output but i'm getting this error: "wrong number of arguments calling `default` (0 for 2)" trying to find a way to get more debugging information to trace down the error
bitblt has quit
gentunian joined the channel
jalaziz has quit
AndroidLoverInSF joined the channel
jalaziz joined the channel
nick__ joined the channel
mrlesmithjr joined the channel
thumpba has quit
torrancew
zircu: can you share your output code, perhaps?
Otherwise, the trace probably points you at a line #
nick__
taking another look at logstash, I put port tcp and udp port 5000 for inputs like docs say, but after restarting these ports aren't listening
zircu: any chance you can paste the full error, as well?
artbikes has quit
thumpba joined the channel
nvm, found it
zircu: Line 25, missed a : before 'default'
mrlesmithjr joined the channel
in 'default =>'
ggoZ has quit
darvon has quit
darvon joined the channel
zircu
oh crap, thanks a bunch
yeukhon joined the channel
torrancew
np
zircu
i'm developing a new plugin that i hope can get included to the base, being able to post message to slack (much like the hipchat plugin)
yeukhon
hi guys im new to writing filters. I tried writing a rspec test. But I keep getting assert failure. http://dpaste.com/01JK78Y is this filter correct? or am i asserting the wrong thing?
torrancew: that worked!!! no more 'wrong number of arguments calling `default` (0 for 2)
mrlesmithjr joined the channel
now i can go and make this thing work
leev has quit
leev_ is now known as leev
mrlesmithjr has quit
thumpba
i want to ship logs from rsyslog > redis, using rsyslog no logstash agent, whats the best way to accomplish this? i've considered installing logstash on the redis server just so it can send to redis