-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
-- BotBot disconnected, possible missing messages --
[o__o] joined the channel
NOTICE: [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp
addisonj has quit
snaker joined the channel
Mr_A
hmm , deployemnt of not approved code .. does it make sense ?
p8952 has quit
Coolacid, I'm trying to figure out how to deploy this "Path" on my current setup ... any experience with this ?
kimchy has quit
coolacid
Couple ways, you could download the code from the Pull request, or find the patch file, and patch your instance. But, if you don't have experience with this, I'd suggest you wait for it to be completed/ready for inclution in a release.
nelmo joined the channel
snaker has quit
Mr_A
coolacid : I think, I need to learn to do this then. Comments on github are 4 months old ... it will not be included fast ...
samstav joined the channel
coolacid
I wouldn't say it won't be included fast.. but I can't say when.
Jippi has quit
imperialwicket joined the channel
rashidkpc looks to be the one to talk to.. You might also contact ElasticSearch the company and see if a support contract would help with getting it included faster.
addisonj joined the channel
camelloj joined the channel
robawt has quit
wilmoore has quit
bradgignac has quit
bradgignac joined the channel
miah
last comment is 10 days ago
savant has quit
you could try commenting on it and see whats up.
quatron has quit
robawt joined the channel
23LAAD81U has quit
son joined the channel
Mr_A
seems like I need to start account on github :-)
Hrothgar-
can someone suggest the best SSL method of sending from a logstash host to another logstash host?
Title: logstash - open source log management (at logstash.net)
Hrothgar-
doesnt work
coolacid
But, you might also want to look at a message queue to buffer the messages -- ie: RabbitMQ.
"doesn't work" is a different question altogther ;)
Hrothgar-
lumberjack, trying it logstash-1680
RabbitMQ gets only 800msg/sec
but it _is_ purely ls->ls
several DCs and want to get stuff centralized :)
addisonj
Hrothgar-: rabbit can get lots faster than that, turn off durable queues and/or ack
coolacid
Yes, well, I'm going down that road..
ack is kinda a quirement to ensure delivery tho..
isn't it?
whack
you can get better perf through rabbitmq if you use the compressed_spooler codec
Hrothgar-
thx, I have tried undurable and ack settings but at best I get 2kmsg/sec
whack
or whatever that name is
ronnocol
odd that tcp input supports SSL, but tcp output doesn't.
Hrothgar-
oooh whack now you are on to somthing
ronnocol
well "odd"
Hrothgar-
it looks like I may just send directly to ssl_haproxy->es
addisonj
Hrothgar-: the other really good thing to check with on rabbit is what kind of exchange you are using
edyesed joined the channel
Hrothgar-
yeah I need HA and no message loss
gestrella has quit
we have a firehose port that can read 4kmsg + parsing etc
gestrella joined the channel
I will check out the commpression idea, thanks folks
zain has quit
mortini joined the channel
addisonj
hrm... so I am using 1.4.0b1 and just came up against an issue using the geoip filter. Since its not using the flat jar anymore, it can't find the geop files relative to the package, it just looks relative to where I start logstash from :\
Hrothgar-
try ../../../ :)
addisonj are yo building that jar yourself?
addisonj
no, 1.4.0b1 does use the flat jar anymore
its just a tar package
ctoa joined the channel
coolacid
I started building my own GeoIP database so I could include internal IP spec/locations ;)
jzawodn
anyone have recommendations of good talks/videos that get into more advanced stuff in kibana (can't quite find a way to do what I want *efficiently*)
czq_ has quit
addisonj
coolacid: I am thinking of just bundling up the geoip database into my logstash repo, but I don't quite want to add 18MB of overhead to my source control and deploys :\
it should do like elasitcsearch and have a LOGSTASH_HOME that everything inside the project is resolved relative too
TheSojourner is now known as mjulian
Hrothgar-
jzawodn I dont know of any, but I too would like to have something to point to for my end users :)
dyer
jzawodn - +1, there is surprisingly little documentation on Kabana's more advanced features
rcleere has quit
jzawodn
mkay. I'll have to try watching what I can find and see if it helps
perhaps I just need to learn ES query language really well and build a UI