whack, doing make docs from clean pull does interesting things.. (doing a make tarball now)
TomasNunez joined the channel
behrendsj has quit
kjstone00 has quit
behrends_ joined the channel
krenn082 has quit
dblessing has quit
s4yz joined the channel
Gazzonyx has quit
Gazzonyx joined the channel
iamchrisf joined the channel
shoerain
imperialwicket: ah, as a direct parameter? i.e. `bin/logstash -Xms256m -Xmx1024m`?
tjr9898 has quit
gmcwhistler has quit
ros has quit
Gazzonyx has quit
baylight has quit
Gazzonyx joined the channel
sucheta is now known as zz_sucheta
pu22l3r_ has quit
warkolm has quit
pu22l3r joined the channel
danshultz has quit
danshultz joined the channel
tjr9898 joined the channel
jlawson has quit
imperialwicket: this works: `ES_MIN_MEM=128m ES_MAX_MEM=256m bin/elasticsearch`, but passing in -Xms to either logstash or elasticsearch don't work. Nor does `LS_MIN_MEM=128m LS_MAX_MEM=256m bin/logstash`
imperialwicket is looking
Gazzonyx has quit
MBroadhead joined the channel
whack
it's just LS_HEAP_SIZE on bin/logstash
ktosiek has quit
imperialwicket
thanks, i usually defer to electrical's implementation in puppet-logstash
whack is likely a better reference!
coolacid
ok whack, since you're here - make docs == no such file to load -- kramdown
danshultz has quit
shoerain
thanks whack
whack
coolacid: gem install kramdown, yo
coolacid
I installed the gem, ran make tarball, I see the gem in venors under JRUBY still nothing
shoerain
imperialwicket: hmm puppet-logstash, you say
whack
no idea, we haven't really attended to docs building as an easy way for new folks to do things
cool, logstash and elasticsearch behave well with low memory constraints. is it just normal to request memory when the load increases?
tjr9898 has quit
does logstash just drop events if it can't keep up and I'm not using redis?
shubhang has quit
whack
shoerain: logstash should never drop events
pu22l3r_ joined the channel
shoerain
isn't there a point when throughput is too high for a logstash node to keep up with?
whack
yes
there are other options at peak-throughput than dropping things on the floor ;)
shoerain
I'm just trying to tune/figure out that point so I know when to add more nodes
Oh really? cool
scharf joined the channel
I guess there's some documentation I should look at for that?
pu22l3r has quit
behrends_ has quit
I can tell that my 384MB vagrant machine doesn't like `cat access.log | pv -L 500000 | nc localhost 3333`. pv keeps giving me wildly varying throughput
behrendsj joined the channel
Matrix has quit
typomatic has quit
tjr9898 joined the channel
bradgignac has quit
scharf has quit
s4yz has quit
ros joined the channel
lz-dylan joined the channel
lz-dylan
howdy, folks!
92AAAVT7T joined the channel
simon_ joined the channel
I'm going through the logstash tutorial, and one of the instructions (granted, an aside) doesn't work as expected.
Running 'bin/plugin -install lmenezes/elasticsearch-kopf' is expected to return some sort of happy success message, followed by http/elastic access to a shiny interface on local:9200/_plugin/kopf
instead I just get 'Can only install contrib at this time... Exiting.'
Popsikle has quit
ros has quit
shoerain
lz-dylan: you're not the first
hm
MBroadhead has quit
simon_ has quit
sqlnoob has quit
lz-dylan: however, it works for me. What's in `elasticsearch-directory/plugins/`?
lz-dylan
can you give me a full path?
I'm brand spankin' new with logstash
(and find(1) doesn't find that as a subdirectory of logstash at all)