just socks5 to the first box, then ssh to the second using that socks
(assumping putty anyways)
rps2 joined the channel
quarky
lol well it's not working out
rps2
I need some help converting from an 8601 date to unix epoch so I can reliable search log entries.
Any ideas?
gildashoumard joined the channel
mfridh has quit
dpippen has quit
quarky
so what would cause logstash not to output to elasticsearch
if i'm using http
mortini
have you tried a stdout output just to make sure it's getting that far?
quarky
yeah let me try it again
i'm running this through a package so i don't have console output
ksclarke joined the channel
jeffrey3234
Say i'm forwarding logs to my logstash server from a windows host, via Snare, Snare forwards them in syslog format. So to use the Eventlog plugin, do i just edit the logstash.conf on my logstash server, and add another input? or do i need to do something different that Snare on the windows host?
brdude has quit
mortini
personally, i'd send them to a syslog server, write them to file, then use logstash to pick them up
quarky: not sure what you mean, entirely, i guess. might try just running it using java -jar ... to work thorough your issues
rps2 has quit
jeffrey3234
so send them to a different server? not sure what you mean by use logstash to pick them up, I thought they all had to end up on the one server?
mortini
well, it doesn't *have* to be logstash
kevino_ joined the channel
so, you can do windows -> syslog -> disk -> shipper -> redis -> logstash -> es
wherein a shipper is logstash/beaver
umm. there's a few others
jeffrey3234
i see
kevino has quit
quarky
okay so STDOUT shows the data coming from one of the clients
it's just piping that output into the logstash log
so either logstash isn't writing to elasticsearch, or kibana is jacked up
mortini
okay
johnf1911
hello logstashers, I have questions :)
I want to perform a mutate
to remove a field
mortini
so, did you get into the elasticsearch-head plugin to see if the index is being created?
johnf1911
if it has a specific value
match => [ "to-host-dns", "127\.0\.0\.1" ]
remove => [ "to-host-dns" ]
mortini
(you could do it from cli too, but i lack desire to look it up atm)
quarky
head is not playing well with the forwarding atm
johnf1911
but, unfortunately, mutate does not support match :(