Richard Pijnenburg

Results 16 comments of Richard Pijnenburg

Hi. Thank you very much for this detailed report. The init / systemd file should be root which is a big mistake on my side indeed. For some of the...

Packaging wise we are planning to utilize Chocolatey for distribution. Our windows team is working on the packaging process so it can work with the chocolatey install system.

Possible way of managing windows services. https://forge.puppetlabs.com/ocastle/win_service/

Hi, The logging file is something that i still want to improve but haven't had the time yet. This use case will certainly help me with thinking up improvements for...

Hi, Darwin / OSX support is something that i would love to have fully implemented indeed. In the logstash puppet module i did some pre-work on that and had some...

Hi, Did some digging with a co-worker for the variables used by the [homebrew package](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/elasticsearch.rb). ``` $prefix = "/usr/local/Cellar/elasticsearch/${version}" $configdir = "${prefix}/config/elasticsearch.yml" $package_dir = undef $installpath = undef $plugindir =...

Hi, Thanks for the feedback. I'll see if i can easily implement those paths, the hardest part will be the fact it has a version number in there :-(

I just installed this on our cluster ( Kubernetes 1.19.15 ) and received an OOMKilled notification as expected.

I deployed this front-end at work and just started to implement the authentication and indeed the web interface fails now. Would love to have it working with the authentication. Only...