voxpupuli / puppet-kibana

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

Support apt module 4.x.x #13

Closed ktham closed 7 years ago

ktham commented 7 years ago

I was starting to write my own puppet module for the ELK stack, but realized it's already done by you guys at elastic. However, I'm not able to use this kibana module because this module is incompatible with apt module 4.1.0.

The puppet-elasticsearch module however has this:

{
      "name": "puppetlabs/apt",
      "version_requirement": ">= 2.0.0 < 5.0.0"
}

Can we update puppet-kibana to support the same?

tylerjl commented 7 years ago

Hey @ktham, I've got a branch baking in CI right now to verify things look good and I'll merge and release once everything passes. Thanks!