voxpupuli / puppet-kibana

Kibana Puppet module by Elastic.
Apache License 2.0
16 stars 48 forks source link

any plan for ELK 7.x ? #37

Open sferry opened 5 years ago

sferry commented 5 years ago

Feature Request

Do you plan to update (if needed) to make this module compatible with future releases of ELK(7.x)? If it not needed, do you plan to test and verify ?

This is true alos for the puppet-elasticsearch and puppet-logstash.

Feature Description

NTR.

Thanks Cheers Sophie

ernstae commented 4 years ago

FWIW, this module seems to work for 7.5.x in my environment. I do need to pass in a config hash for kibana::config with elasticsearch.username and elasticsearch.password and any/all other settings that are relevant (like ssl.* options too)

The only issue is that passwords are diffed on a puppet apply.

https://github.com/elastic/puppet-kibana/pull/40 addresses the leaked password.

bauerdLucd commented 4 years ago

Agree with Sophie, would be much easier to adopt if the module implemented the features of the applications. While the module technically works, it is limited in terms of functionality. You cannot even change the running user / group.

If Elastic is not going to support the module, they should remove the "Approved" status on Puppet Forge, which limits open source development -- because why would I reproduce an "approved" module.

Lubedev commented 2 years ago

what is the status? 7.x is already out for a while, and 8 is in the starting blocks, there is still no update for logstash and kibana, elasticsearch on the other hand still with some bugs

LGL