lesaux / puppet-kibana4

Code repositoy for the kibana4 puppet module lesaux-kibana4
https://forge.puppetlabs.com/lesaux/kibana4
Apache License 2.0
12 stars 57 forks source link

support for 5.x #83

Open kvvsprakash opened 7 years ago

kvvsprakash commented 7 years ago

Hi,

Which puppet module version should be used for Kibana 5.x version ?

ilium007 commented 7 years ago

+1 what should we be using for Kibana 5 ?

tkuther commented 7 years ago

It's working fine here with version 5.x - I didn't test plugins, though.

faxm0dem commented 7 years ago

it works but for the config file path is wrong : it's now here: /etc/kibana/kibana.yml. You can work around it by doing this:

class { '::kibana4': } ->
file { 'kibana4-config-link':
  ensure => link,
  path   => '/etc/kibana/kibana.yml',
  target => '/opt/kibana/config/kibana.yml',
}