the 'elasticsearch_http' output doesn't depend on a specific elasticsearch version
KyleG has quit
bramdst has quit
Kubes__
When might support for 0.90 be added? (we run a few ES clusters, once for LS and it would be nice to have the same)
piavlo
whack: afair bodik did some extensive stress testing and the two outputs had similar performance
Electrical
indeed.. _http was a bit slower ( not that much )
piavlo
also i did not know how to make the embeeded one to use the aws zone awareness plugin which was a must for me , so i just gave up on it
whack
Kubes__: 0.90 isn't released yet, iirc. If you need 0.90, use elasticsearch_http
Electrical
whack: 0.90 has gone stable
KyleG joined the channel
whack
piavlo: I observed only small differences, elasticsearch_http was 15% slower with a single node. I haven't tested multiple clients on multinode-cluster
ahh cool
Electrical
whack: only 2 days ago :p lol
KyleG1 joined the channel
whack: maybe do 1.1.11 with ES 0.90 then
nictrix has quit
whack
hmm, yeah
1.1.11 is pretty much code-complete
one last windows bug to fix
then I'm branching 1.2
Electrical
okay :-)
KyleG has quit
how far are you with the new event layout?
whack
really need to get codecs in as well as some other important improvements that have been waiting far too long ;)
Electrical: that's the nice thing about the new event layout, most of it is deleting code ;)
no tangible progress yet though
nictrix joined the channel
kjstone00 has quit
Electrical
hehe okay. if i can help give me a shout.
piavlo
whack: was that with elasticsearch + 1 ES node? or just elasticsearch in embedded mode?
whack
piavlo: independent ES node
Electrical: once I fork 1.2, I'd love your help purging all the old deprecated stuff
Electrical
whack: okay. give me a shout when its time.
tophalf01 has quit
whack
woot
pblittle joined the channel
piavlo
whack: so 1 node with logstash+elasticsearch + 1 ES node vs 1 node with logstash+elasticsearch_http+ES(no data mode) + 1 ES node
or
so 1 node with logstash+elasticsearch + 1 ES node vs 1 node with logstash+elasticsearch_http+ 1 ES node
whack
always 1 ES node, separate from logstash
tested the same exact scenario varying only "elasticsearch" vs "elasticsearch_http" plugins
If I have my logstash agent > redis > logstash server…. Should I also do eventlog > nxlog json > redis > logstash server or just eventlog > nxlog json > logstash?
Best practice to have everything incoming go through redis before the server?
whack
jonconley: doing everything through redis lets you more easily restart/upgrade/configure logstash
in that redis can buffer a bit while logstash is restarting or whatnot
jujugre joined the channel
pblittle joined the channel
jonconley
whack: I was afraid you would use logic against me. ;) thx
whack
jonconley: haha ;)
jonconley: Imean, it's totally up to you
whatever is easiest to operate is what you should do :)
darcoleo joined the channel
csd126 joined the channel
OSInet joined the channel
jonconley
whack: I appreciate your attempt there.
whack
hehe :)
jujugre has quit
awole20 has quit
metcalfc has quit
metcalfc joined the channel
tombar has quit
holy shit someone *still* hitting the leap second bug.
metcalfc has quit
kjstone00 has quit
nwonknu_ has quit
pblittle has quit
jsh has quit
jsh joined the channel
nikitosiusis
I did first time I tried to use logstash :P
nwonknu joined the channel
piavlo|2 has quit
nwonknu is now known as Guest25673
piavlo|2 joined the channel
brunoleon joined the channel
pblittle joined the channel
awole20 joined the channel
jsh has quit
tophalf01 joined the channel
jsh joined the channel
elan_thane has quit
jameshyde1 joined the channel
kjstone00 joined the channel
fungimon has quit
jameshyde1 has quit
jmartin
jonconley: is nxlog solid for windows -> logstash (or redis first)
jonconley: i've got a bunch of windows boxes i need to get adding myself
lemon-lime has quit
lemon-lime joined the channel
lemon-lime has quit
alden has quit
when using the statsd output, can i configure in essence multiple output config blocks for different types of logs i want to create metrics for?
OSInet has left the channel
awole20 has quit
zdunn has quit
bemehow_ has quit
Electrical
jmartin: yes you can.
jonconley
jmartin: I am just starting to incorporate the windows side. I've been following a couple bloggers and githubbers that have been doing it for a while though and they haven't had any issues.
metcalfc joined the channel
metcalfc_ joined the channel
jmartin
Electrical: excellent, thx
jonconley: good deal
stackedsax1 has quit
Electrical
whack: want me to modify the PR for hipchat?
whack
Electrical: yeah, trigger_notify?
I'll merge it into 1.1.11
so you can get a new puppet module out
Electrical
sounds like a plan.
metcalfc has quit
awole20 joined the channel
pblittle has quit
whack
lemme know when you have, I'll mergeificate
I think the last bug is the graphite crap?
Electrical
i think so. not completely followed that discussion
alden joined the channel
whack
I'll try to reproduce it
logstashbot
New news from newjiraissues: Evan Ravenelle created LOGSTASH-968 - Graphite plugin no longer works in daily dev build logstash-1.1.10.dev-monolithic.jar <https://logstash.jira.com/browse/LOGSTASH-968>
bci-peter has quit
pblittle joined the channel
jmartin
does anyone know why im getting a 'source_host' namespace in graphite from this config ? https://gist.github.com/hugespoon/5497819 basically its 'stats -> HOSTNAME -> source_host -> event'