Title: [LOGSTASH-1328] Encoding issue with JSON causing elasticsearch to reset the connection - logstash.jira.com (at logstash.jira.com)
pfak has left the channel
DaveANI has quit
sastraxi
Jippi: did you try applying the patch in that issue--did it fix the problem?
Jippi
sastraxi: I'm using the jar, not possible(?) to patch
there is a guy saying it fixes it though
sastraxi
if you head over to the logstash github there are building instructions there to build the jar from sources
so if it's urgent that might be your best bet
Jippi: out of curiosity, what's generating the invalid JSON?
Jippi
sastraxi: no idea, even in debug mode ES just spew out the stack trace and nothing more
the json that is logged to file looks good though
sastraxi
i mean, where is it coming from?
Jippi
passes and all
sastraxi
are you generating the JSON yourself, or is the source a different logging tool, or...
abe joined the channel
Jippi
phps json_encode => logstash udp => es
artbikes has quit
sastraxi
can you pastie an example json that triggers the error, your logstash conf, and the errors from ES/logstash?
Jippi
sastraxi: i tried to update ES to 0.90.5 - and so far it works
its any json though, got tons of different formats, and almost none gets saved
threesome has quit
sastraxi
are you using the elasticsearch or elasticsearch_http output plugin?
savant
Jippi: sup, what are you doing
Jippi
savant: http version
savant: fightning a bug =)
sastraxi: the upgrade to es 0.90.5 have seem to fix it
abe has quit
maybe the improved chunked transfer too
sastraxi
Jippi: good luck, nice that it's fixed but that'd be make so paranoid
savant
oh heh
sastraxi
*make me
Jippi
sastraxi: gonna let it run over night and see if it was just lucky
its 3:30am, time to sleep
well, fml, the error is back =)
savant
lol
Jippi
gonna try a custom jar tomorrow
savant
we're still using 1.1 at work
fun
Jippi
hey, it problem works better =P
Jippi has quit
artbikes joined the channel
sastraxi has quit
luisb joined the channel
DaveANI joined the channel
luisb has quit
DaveANI has quit
gowen joined the channel
gowen
Hi, I have a problem. I am using Logstash 1.1.13, and I have an agent passing a @message field and a message field. I have tried using match => [ "message", "grok pattern" ] but it keeps using the @message field
Is there a way to just get the "message" field?
smerrill-offline is now known as smerrill
polaco is now known as polaco_zZz
failshell joined the channel
smerrill is now known as smerrill-offline
neur0x joined the channel
MartinCleaver joined the channel
jameshyde1 has left the channel
cakirke has quit
neur0x has quit
failshell has quit
DaveANI joined the channel
paradoxbound1 has quit
DaveANI has quit
DaveANI joined the channel
DaveANI has quit
svest joined the channel
gowen has quit
MartinCleaver has quit
artbikes has quit
DaveANI joined the channel
BigBeerJR has quit
BigBeerJR joined the channel
DaveANI has quit
cwebber joined the channel
polaco_zZz is now known as polaco
matanya has quit
failshell joined the channel
failshell has quit
fenrus02 has quit
dyer joined the channel
avishai joined the channel
wstidolph joined the channel
wstidolph
(newbie!) example conf for 'file' input just to pick up existing file (using start_position => beginning)? Or how to debug my attempt ... not getting any output from file {...} though good from stdin {...}