Hi, How are you all? Currently working with logstash with an input rabbitmq with a "codec => plain{charset => "ISO-8859-1"}" and an xml parse "xml { store_xml => false remove_namespaces => true source => "Message" xpath => [ "/TraceMessage/Message/text()", "msg_message", "/TraceMessage/ExceptionType/text()", "msg_exceptionType", "/TraceMessage/StackTrace/text()", "msg_stackTrace", "/TraceMessag
but it seems to be failing
any ideas?
after going through logstash it looks like this {"message":"\b?\u0010\u0010\u0018Ô\u0003\"\u0005<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<TraceMessage xmlns (message continues)
witquicked joined the channel
hugh_jass has quit
hugh_jass joined the channel
rastro joined the channel
kxseven has quit
matejz has quit
dvdjaco has quit
Darcidride has quit
geek_cl joined the channel
flowstate has quit
fatdragon joined the channel
fatdragon has quit
fatdragon joined the channel
bighouse has quit
nowhammy joined the channel
dvdjaco joined the channel
hugh_jass has quit
hugh_jass joined the channel
javelin9999 joined the channel
javelin9999 has left the channel
Rumbles has quit
brotatochip joined the channel
dvdjaco has quit
matejz joined the channel
hugh_jass has quit
hugh_jass joined the channel
pandaadb_ has quit
pandaadb has quit
SkyRocknRoll joined the channel
bus3rr0r joined the channel
g0aliath_ joined the channel
pawnbox joined the channel
flowstate joined the channel
L34N is now known as PM4L-L34N
flowstate has quit
brotatochip has quit
brotatochip joined the channel
zz_Cidan joined the channel
zz_Cidan is now known as Cidan
Cidan has quit
Cidan joined the channel
hugh_jass has quit
socket-- joined the channel
hugh_jass joined the channel
achan joined the channel
achan joined the channel
socket--
Hello, here is a snippet of my rsyslog filter, and the resulting json event. I am trying to figure out why "yum_cmd", "yum_pkg", and "message" are all recieving duplicate values.
My goal is to capture normal syslog traffic, and then if the event happens to be from the program yum, to index deeper
achan joined the channel
achan1 joined the channel
rastro
socket--: i find that GREEDYDATA anywhere but the end of a pattern usually screws me up. Not saying that's your cause, but it's the quick thing that jumps out at me.
reyjrar
socket--: what rastro said, plus there's backtracking which is horrible for performance
great, that works! Iv never heard of backtracking, im guessing thats when you overwrite message with a new message rather than giving it a unique field like content
cboden joined the channel
robotonic joined the channel
hugh_jass has quit
hugh_jass joined the channel
gentunian has quit
gentunian joined the channel
bighouse joined the channel
respite joined the channel
etetz has quit
etetz_ joined the channel
respite
I have a centralized rsyslog server. Its now also forwarding to logstash on localhost. Sysloghost is the correct hostname, but the host field is now 127.0.0.1 for all nodes. What is the best way to preserve the host ip from the origianl message?