I don't suppose anybody wants to help me figure out why events aren't getting in to ES? I've confirmed redis is getting them, log stash is picking them up because I can do an output file, but ES gets nada. I've copied the same config I had from a working install. :/
waltertv has quit
Aaand there it is. :/
Grummle has quit
revolt joined the channel
Grummle joined the channel
scharf joined the channel
Techie-Micheal has quit
tjr9898 joined the channel
ros has quit
scharf has quit
awheeler joined the channel
io_syl joined the channel
io_syl has quit
garthk joined the channel
awheeler has quit
Sketch has quit
Sketch joined the channel
cassianoleal_ joined the channel
jepoy joined the channel
cassianoleal_ has quit
avleen
tessier: what was it? :)
therealGent: there's really only one that I know of, logstash-forwarder. but it's not without a few bugs which I *know* whack and co are working on. it just needs some attention. I've been half tempted to write my own.
cloughrm joined the channel
awheeler joined the channel
garthk_ joined the channel
garthk has quit
garthk_ is now known as garthk
duck_tape joined the channel
LuxuryMode has quit
Popsikle joined the channel
anonymuse joined the channel
tjr9898_ joined the channel
gondoi is now known as zz_gondoi
zz_gondoi is now known as gondoi
bfritz has quit
tjr9898_ has quit
bfritz joined the channel
Popsikle has quit
garthk has quit
garthk joined the channel
Shaharl has quit
techdragon has quit
Shahar joined the channel
TomasNunez has quit
tjr9898_ joined the channel
therealGent
avleen, what kind of bugs?
garthk has quit
garthk joined the channel
tjr9898 has quit
scharf joined the channel
bothers has left the channel
scharf has quit
zquad joined the channel
revolt has quit
duck_tape has quit
shanlar- has quit
shanlar joined the channel
danshultz joined the channel
anonymuse has quit
garthk has quit
garthk_ joined the channel
danshultz has quit
danshultz joined the channel
waltertv joined the channel
danshultz has quit
waltertv has quit
scharf joined the channel
ros joined the channel
scharf has quit
al1o has quit
awheeler has quit
gauravarora joined the channel
al1o joined the channel
cassianoleal_ joined the channel
garthk_ has quit
garthk joined the channel
cassianoleal_ has quit
scalp42 has quit
mr_wizard joined the channel
ostrev joined the channel
ostrev has left the channel
mr_wizard
question about the puppet module, after including the class logstash is logstash::configfile enough to build the config?
ostrev joined the channel
puppet is ignoring my logstash::configfile but I'm not sure why
bcz joined the channel
ros has quit
ostrev
hello stashers… i’m stuck with this in logstash-forwarder
tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config
gauravarora has quit
garthk_ joined the channel
athoune has quit
garthk has quit
garthk_ is now known as garthk
_maes_ joined the channel
athoune joined the channel
nywilken joined the channel
bcz has quit
tjr9898 joined the channel
scalp42 joined the channel
tjr9898 has quit
pheaver has quit
revolt joined the channel
napper joined the channel
scharf joined the channel
revolt has quit
revolt joined the channel
gondoi is now known as zz_gondoi
savant joined the channel
revolt has quit
codex0 joined the channel
scharf has quit
therealGent
Would running multiple logstash receivers consuming from a message broker improve performance by taking advantage of things like multiple cores?
garthk_ joined the channel
garthk has quit
garthk_ is now known as garthk
whack
therealGent: taking advantage of multiple cpu cores is already possible.
therealGent
whack, is that already default behavior?
ethlor has quit
whack
therealGent: depends on the plugin, but most inputs and outputs default to using one thread or worker
tjr9898_ has quit
some inputs support a 'threads' setting that you can use
therealGent
hmm i wondre if amqp suppors that
whack
therealGent: it's also worth investigating any bulk-fetching (or bulk writing) settings of whatever plugins you're using
Yzguy has quit
therealGent: rabbitmq input supports that
therealGent
why is that every single google link is for old logstash docs? Agh. It drives me insane.
And it appears as though amqp got replaced by rabbitmq?
whack
therealGent: because google makes it difficult to declare which is the best version to use
therealGent: yes
therealGent
That's unfortunate. It would have been great to keep compatibility with different message brokers.
whack
therealGent: partly because 2-3 years ago, rabbitmq separated itself from the AMQP standards body, and the library we were using (bunny) is maintianed by the rabbitmq community