Title: [Rails] Using milestone 2 input plugin 'tcp'. This plugin should be stable, but if you s - Pastebin.com (at pastebin.com)
ggoZ joined the channel
dpippen has quit
kossmoboleat
Is there a way to write a filter that only applies to messages in a specific datetime range?
failshell has quit
AlBundy
mfn: good luck ;)
kossmoboleat
I would have to write it as a regex, right?
secti joined the channel
Lorax
is "pattern" depreciated meaning they need to live outside the conf?
awheeler joined the channel
kossmoboleat
Lorax: no just use match instead
mfn
kossmoboleat: there's also a plugin which allows to execute ruby code .. you get passed in the "event" ... not sure if that approach would be better though
s/better/better than regex/
robinsmidsrod has quit
robinsmidsrod joined the channel
robinsmidsrod has quit
kossmoboleat
hmm, I don't know ruby yet, so maybe not...
awheeler has quit
cbarraford|away is now known as cbarraford
awheeler joined the channel
dpippen joined the channel
Lorax
kossmoboleat: http://pastebin.com/B8Q7hb0S would I replace that with a match => ["message" => the_syslog_pattern ] ?
Hey guys, I'm trying to pass logs from a queue to elasticsearch, the message fromt he queue is in json format, part of the message is a nested json object and this seems to be what's throwing the problem. https://gist.github.com/gabriel403/d34ee7107cca... this contains the error log message from es being recorded by ls and the json it's failing on
Title: Logs for #logstash | BotBot.me [o__o] (at botbot.me)
cbarraford|away is now known as cbarraford
grzany
GregMefford: yes, I can't see. But surely someone has came up with patterns for PHP logs - it's so common
gme has quit
Gabriel403
Sorry firewall died, don't suppose anyone had any inkling as what I need to do to allow nested messages in es?
GregMefford
grzany: The other place to look is here (http://cookbook.logstash.net/) but I don't see it there either. I'm sure people have implemented it, but they haven't shared.
logstashbot
Title: the logstash community cookbook - logstash cookbook (at cookbook.logstash.net)
xorpaul
oddur: Not really, I don't understand that you don't get anything even from the stdout plugin.
_maes_ has quit
gme: I just looked at the GC activity of my LS instance and the JVM settings "-Xmx1024m -Xmn512m -XX:TargetSurvivorRatio=90" helped too keep the New GCs down from 2 every second to 1 every ~40 seconds, but still not really noticable I think.
vks has quit
sqlnoob has quit
kaspergrubbe joined the channel
kaspergrubbe has quit
kaspergrubbe joined the channel
Lorax
SonOfCar: can you add your conf to the cookbook? that would be useful for me as well
xorpaul: Alright. As far as I know I've opened all the necessary ports on the machine, and if I manually POST something to ES then that data gets created just fine and at least Kibana doesn't complain about no indices existing. So, I'm kind of stumped.