Is logstash-forwarder being merged into the logstash-contrib repo? The v1.4.0rc1 tag in the forwarder repo looks very like master on logstash-contrib, but I can’t find any mentions of forwarder in the contrib repo.
cwebber joined the channel
duck_tape joined the channel
jepoy_ joined the channel
ddayan has quit
ddayan joined the channel
electrical
lukewaite: the tag was a mistake. Its not being merged with contrib ;-)
lukewaite
Thanks!
electrical
Np
scharf joined the channel
ddayan has quit
scharf has quit
cakirke has quit
kroepke has quit
cwebber has quit
aqquadro joined the channel
aqquadro has quit
duck_tape has quit
fllr joined the channel
fllr has quit
ddayan joined the channel
MattTheRat has quit
cwebber joined the channel
MattTheRat joined the channel
MattTheRat has quit
MattTheRat joined the channel
cwebber has quit
fllr joined the channel
MattTheRat has quit
sqlnoob has quit
doggmatic19 joined the channel
doggmatic19
hello guys
heathjs is now known as heath
i need keylogger
scharf joined the channel
hi scharf
lynnroth joined the channel
scharf
hi doggmatic19
doggmatic19
i need shells bro
do u have?
lynnroth_k has quit
kireevco joined the channel
tjr9898 has quit
ktosiek_ joined the channel
tjr9898 joined the channel
ktosiek has quit
hugespoon joined the channel
ktosiek_ has quit
hugespoon
all, im running a single node ES cluster atm and due to some disk space issues which spiraled, ive had to restart ES. but now ive got tons of UNASSIGNED shards :( https://gist.github.com/hugespoon/c788e865e5328...
is there any way to recover this without deleting my data?
such as force reassignment to local node?
scharf has quit
lukewaite
hugespoon: is the count of unassigned shards decrementing? it should be automatically recovering them.
scharf joined the channel
hugespoon
lukewaite: it does at first…then just stops at 821
lukewaite
do you know for sure that they were all assigned previously? if you are on a single-node setup and you had indicies which required a replica (I think the default is 1 master, 1 replica) you would have “unassigned” shards on a 1:1 basis
duck_tape joined the channel
hugespoon
lukewaite: hrm, i am not
im now also getting maintained yellow status
whereas previously it would go yellow then back to red
lukewaite
red would probably be during the recovery of the master shards, then it would maintain yellow if there were any shards missing replicas
hugespoon: as to your single shard not recovering, not sure what you might to to try to resolve it - I think it’s a bit beyond my depth at that point
hugespoon
hrm it might just have no data
let me see
doggmatic19
i am the brother to wikkileaks
savant joined the channel
anverus has quit
anverus joined the channel
hugespoon
lukewaite: hrm so ive got it back to yellow seemingly…but its now not responding when im trying to send in data…but LS doesnt seem to be blocking on the output
maybe its just overwhelmed atm by a backlog?
banik joined the channel
ktosiek joined the channel
anverus has quit
ddayan has quit
ohlol joined the channel
ddayan joined the channel
wilmoore joined the channel
snaker joined the channel
szhem joined the channel
ddayan has quit
savant has quit
xBabyJesus joined the channel
lukewaite: aha! a concurrent issue…hit max open files too
too many open indices i guess
well now i can get more hardware and make this a real cluster
ddayan joined the channel
fllr has quit
fllr joined the channel
acassio joined the channel
acassio has left the channel
acassio joined the channel
lukewaite
hugespoon: nice!
hugespoon
yeah, thankfully its not 'production' but its nice to be able to save most of the data
banik has quit
brockp
So I have my logstash config reading data out of /proc for my parallel filesystem, I had my keys the way I want using rubydebug, I installed carbon, and carbon-cache logs show a connection from the host runing logstash, but I don't see any whisper files being created,
is there a way to debug the logstash output {} block for antyhing other than stdout?
cakirke has quit
banik joined the channel
thansen has quit
thansen joined the channel
hugespoon
brockp: id check the carbon logs and the logstash logs
it should be telling you if its blocking
in logstash
brockp
All I see in the carbon logs is: MetricLineReceiver connection with 10.164.5.164:56756 established
hugespoon
brockp: you can also turn on -v for a short bit on logstash
brockp
which is the IP of the logstash source
hugespoon
and it will firehose information
into the log
brockp
Yeah I just ran it with --debug whoops
hugespoon
hah yeah
brockp
ahhh typo status != stats ;)
acassio
anyone know a good syslog agent for windows server?
brockp
acassio: I don't but why not just connect nativly to the event log?
hugespoon
acassio: logstash-forwarder and/or nxlog
banik has quit
acassio
I did not know that I can connect nativly... I'll search about that. thanks