whack: 1.5 on the windows server and 1.4.2 on ours
whack
waltertv: that error you get "connection was forcibly" indicates that the lumberjack input closed the connection (or logstash died, or a firewall destroyed the connection)
zeki893 has quit
zeki893 joined the channel
waltertv: can you try 1.5 on both?
pixelogi has quit
I'm not sure what is causing your error at this time though
without seeing what the input side is doing to cause the closure
deruke
hello all - I am trying to parse a static log file that has date in the format of [05/May/2015:10:01:32 -0500] - I wrote a custom pattern that parses it into "datetime" - but when I try to match it into be the date with match => ["datetime", "dd/MMM/YYY:HH:mm:ss Z"] i get an error
waltertv
whack: hmm okay. with it pointing at one of our servers in debug mode i can see the logs getting through but not the fields added by mutate... that would cause the logs to get stuck in the mulitline filter i believe
failshell joined the channel
still don't know what that connection error is about
i'll try 1.5 on both now
thanks for your help, really appreciate it
deruke
does anyone know what would be the right syntax for that date format would be? (the error is The error reported is:
Illegal pattern component: t"
whack
deruke: that should work, can you link to your full config?
waltertv: set codec => json on both your lumberjack output and input
waltertv
whack: sweet thanks, i'll try that now
whack
deruke: the error you get is confusing, sorry
deruke: your two lines setting match will combine to mean: match => ["datetime", "MMM dd HH:mm:ss", "datetime", "dd/MMM/YYY:HH:mm:ss Z"]
deruke: you'll want to just have one 'match' line in your date config
deruke
awesome - thanks!
zeki893 has quit
whack
match => [ "datetime", "MMM dd HH:mm:ss", "dd/MMM/YYY:HH:mm:ss Z" ]
^^ will work
zeki893 joined the channel
dhanasekaran joined the channel
dhanasekaran1 joined the channel
dranix has quit
zeki893 has quit
zeki893 joined the channel
dm3 joined the channel
terror has quit
pinophyt_ joined the channel
TomasNunez joined the channel
dhanasekaran joined the channel
pinophyta has quit
zeki893 has quit
TomasNunez has quit
brokencycle joined the channel
torqu3e joined the channel
dhanasekaran joined the channel
jmreicha_ joined the channel
waltertv
does anyone have any experience with windows servers? i fixed this error last week on another server but forget how i did it... running logstash from the command line throws "windows can't open this file: environment.rb"
might have had something to do with JAVA_HOME?
viq joined the channel
deploying on windows has been a nightmare haha
goschtl joined the channel
icicicic joined the channel
icicicic
folks - I'm logging (and filtering!) from logstash into an SNS topic
but I'm wondering - any way to *not* send a message
instead, to force a topic to have specific message contents
TomasNunez joined the channel
my issue is that the SNS topic details that logstash emits are a json message that is backslash escaped
looking at the logstash code for the SNS outputter - it seems obvious that I *could* format it somehow
but nothing that I understand explains message formatting :)