Forge Home

simp_logstash

SIMP module for integrating elastic/puppet-logstash

9,408 downloads

4,973 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 5.0.2 (latest)
  • 5.0.1
  • 5.0.0
  • 4.0.0
  • 2.0.0
released Nov 27th 2018
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.7.0 < 6.0.0
  • , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'simp-simp_logstash', '5.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add simp-simp_logstash
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install simp-simp_logstash --version 5.0.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: logstash, simp

Documentation

simp/simp_logstash — version 5.0.2 Nov 27th 2018
  • Update contribution guide URL in README.rst
  • Updated $app_pki_external_source to accept any string. This matches the functionality of pki::copy.
  • Update systemd fixtures and CI assets
  • Add support for Puppet5 and OEL
  • Update upperbound on puppetlabs/java version to < 3.0.0
  • Adjust string match in acceptance test
  • Updated to LogStash 5.X and Elasticsearch 5.X
  • Fixed type bug in simp_logstash::output::elasticsearch::action.
  • Fixed enum typo in enum for simp_logstash::output::elasticsearch::script_type
  • Fixed puppet strings problems.
  • Confine puppet version in metadata.json
  • Removed pupmod-simp-sysctl in favor of augeas-sysctl
  • Update major version release for SIMP 6
  • Removed stunnel and replaced it with TCP TLS input
  • Added TLS enabled JSON input
  • Updated tests
  • Minor updates
  • Updated iptables dependency version
  • Updated and enabled auditd logstash filters
  • Updated spec and acceptance tests
  • Updated filters to make searching and visualization easier.
  • Updated grok syntax.
  • First cut after being split off from the original simp-logstash module.
  • Provides a much cleaner abstraction between this and the upstream Logstash material from Elastic.