fuel-plugin-elasticsearch-k.../deployment_scripts/puppet/modules/lma_logging_analytics
Ian Wienand 7c9e3d42f3 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: If53bce838cc3dac5fd9e12bab155d3020a666c12
2019-03-24 20:33:36 +00:00
..
files Rotate Elasticsearch logs 2016-06-09 07:50:13 +00:00
lib/puppet Modify the check of the hostname in SSL certificate 2016-08-17 09:21:00 +02:00
manifests Support CADF notifications 2017-03-09 14:59:31 +01:00
spec Allow to pass a list of LDAP servers 2016-09-28 15:06:15 +00:00
templates Support CADF notifications 2017-03-09 14:59:31 +01: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 Fix Puppet tests 2017-03-29 10:20:42 +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 Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:36 +00: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.