scameron, what are you getting vs what you're expecting
?
warkolm joined the channel
jarsever joined the channel
vartan joined the channel
jarsever
So we are having issues getting logstash-forwarder working. I think we have run into the go 1.3 TLS issue with our certs and we are using IP's in the server list. Is there any good documentation that explains a process to set it up and connect it to Logstash?
gauravarora joined the channel
rastro
jarsever, what are you seeing that makes you think it's the go1.3 issue?
gchristensen: hmmm, not sure about that one. LSF currently lacks an "exclude" type setting, and I don't think go's globs let you do what you're after
rastro
jarsever, the go script is stand-alone, so you don't have to build a config. glad it worked out.
JasonG has quit
Nathan___ joined the channel
Gazzonyx joined the channel
gchristensen
torrancew: exactly, some silly application's logging is ... leaving things to be desired, but I have to support it. unfortunately.
torrancew
gchristensen: you could perhaps set up a cron/logrotate job to mvoe *.log.[number] to *.log.[number].log or somethign silly
and then rely on a single *.log glob
Nathan___
Hi I am setting up a input for rabbitmq and I want to connect to a remote host can I just use the name of the machine i.e. DEV-HOST
lennartkoopmann has quit
frodopwns has quit
jalaziz joined the channel
gchristensen
torrancew: aye, thank you for the tip
koendc_ joined the channel
JasonG joined the channel
koendc_ has quit
jarsever
rastro: Yeah, I saw that one too. We'll have to figure out which method works best with chef. thanks for the help. :)
yobber has quit
mrbanzai
not sure what options there are for handling *very* chatty single inputs beyond using something as a MQ within rsyslog, and then parallelizing inputs in Logstash.
Title: filepath - The Go Programming Language (at golang.org)
mrbanzai
i have a single log source (networking hardware forwarding syslog to collector rsyslog), and haven't been able to get Logstash to keep up with the volume.
log tailing falls behind horribly (obviously), and tokenizing to JSON (in rsyslog) and forwarding event to local UDP socket lags as well.
gchristensen
rastro: that looks promising, thank you
rastro
np
thehybridtech has quit
zbp has quit
thehybridtech joined the channel
yimmy has quit
CoryZ joined the channel
samdoran1 joined the channel
samdoran has quit
joeyparsons joined the channel
CoryZ
Any ideas? I’m going crazy trying to search my ELK stack for shellshock attempts. No matter how I escape the special characters, I can’t get elasticsearch to return results. e.g. looking for strings such as () or :;
Nathan___
Hi I am setting up a input for rabbitmq and I want to connect to a remote host can I just use the name of the machine i.e. DEV-HOST
kimchy joined the channel
rastro
coryz, are you searching across not_analyzed fields?
torrancew
CoryZ: have you tried quoting them?
CoryZ
The characters are in the message field. I can see them if I search for other strings in individual attempts.
darkpixel joined the channel
jonconley has quit
have tried quotes, regex, backslash, etc. am down to attempting to figure it out using curl and taking kibana out of the mix.