fuel-plugin-elasticsearch-k.../deployment_scripts/puppet/modules/lma_logging_analytics
Swann Croiset a0c681eec3 Do not verify LDAP server certificate
DocImpact LDAP server certificate is not verified

Change-Id: I4afd8687e96082769dfb843542ad75c8a4294e70
2016-07-01 13:46:34 +02:00
..
files Rotate Elasticsearch logs 2016-06-09 07:50:13 +00:00
lib/puppet Enable secure communication over HTTPS for Kibana 2016-06-22 10:35:53 +02:00
manifests Implement LDAP integration for Kibana 2016-06-29 17:18:59 +02:00
spec Implement LDAP integration for Kibana 2016-06-29 17:18:59 +02:00
templates Do not verify LDAP server certificate 2016-07-01 13:46:34 +02:00
.fixtures.yml Add authentication for Kibana 2016-06-23 13:18:47 +02:00
.gitignore Update tox.ini 2015-10-09 11:00:18 +02:00
Gemfile Bootstrap testing of Puppet modules 2015-08-14 10:23:52 +02:00
LICENSE Upload LMA-specific templates to Elasticsearch 2015-03-09 11:07:41 +01:00
README.md Rotate Elasticsearch logs 2016-06-09 07:50:13 +00:00
Rakefile Fix Rakefile regarding lint usage 2016-06-21 17:37:44 +02:00
metadata.json Add authentication for Kibana 2016-06-23 13:18:47 +02:00

README.md

LMA Logging Analytics module for Puppet

Description

Puppet module for configuring the Kibana dashboard and Elasticsearch.

Usage

class {'lma_logging_analytics::elasticsearch':
  listen_address       => 'localhost',
  node_name            => $::fqdn,
  nodes                => [$::fqdn, 'node-x', 'node-y']
  data_dir             => '/opt/es-data'
  instance_name        => 'es-01',
  heap_size            => 16,
  cluster_name         => 'my_cluster',
}

class {'lma_logging_analytics::kibana': }

Limitations

None.

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Guillaume Thouvenin, gthouvenin@mirantis.com

Support

See the Contact section.