Tyler Langlois

Results 105 comments of Tyler Langlois

Also seeing this. I've noticed that it only occurs when there are multiple hunks eligible for staging; one diff available for staging properly refreshes the UI after a `shift-s`.

The relationship between this module and the upstream init scripts has been to track upstream changes to keep the committed rpm/deb/system service scripts as similar as possible to what the...

Thank you for the detailed explanation @biggreenogre, the reasoning here is pretty clear now. I suspect that the related issue that you linked to here in the elasticsearch repo pertaining...

This comes up occasionally, and the main hurdle is that it becomes really tricky to support both in the module - unifying how instances are controlled via `elasticsearch::instance` means there's...

Sure, either here or on https://discuss.elastic.co/ (I'm leothrix on the elasticsearch channel on freenode) as well, whichever works for you. I'd probably prefer GitHub first since it'll be more easy...

Hi @nikkonix, At the moment, this module still supports version 2.x of Elasticsearch, which sets the heap size based upon the `ES_HEAP_SIZE` environment variable. Although the init script does export...

@nikkonix I'm trying to come up with a reproducible test case for what you're describing and can't seem to be able to do so. Do you have an example puppet...

Thanks for taking a look at this @lucabelluccini, this is indeed something that would be good to fix. If you happen to run into issues as you're coming up with...

This is probably doable, all the module is really doing is wrapping some parameters around some java_ks resources using the [java keystore module](https://github.com/puppetlabs/puppetlabs-java_ks): https://github.com/elastic/puppet-elasticsearch/blob/9e8dd9c752a9064082f3cbbc510c089d7cbcfabd/manifests/instance.pp#L291-L307 The main reason this is useful...

Hi @lucabelluccini, You **can** actually control Marvel configuration with this module. All of the content in `elasticsearch.yml` is configurable with the `config =>` parameter (whether that is on the `elasticsearch`...