RETIRED, Puppet module to manage log processor
Go to file
Clark Boylan 54eb1a0785 Collapse logically identical filenames for crm114
Log files come with many names while still containing the same logical
content. That may be because the path to them differs (eg /var/log/foo.log
and /opt/stack/log/foo.log) or due to file rotations (eg
/var/log/foo.log and /var/log/foo.log.1) or due to compression (eg
/var/log/foo.log and /var/log/foo.log.gz). At the end of the day these
are all the same foo.log log file.

This means when we do machine learning on the log files we can collapse
all these different cases down into a single case that we learn on. This
has become more important with the recent running out of disk space due
to all the non unique log paths out there for our log files but should
also result in better learning.

Change-Id: I4ba276870b73640909ac469b336a436eb127f611
2017-11-22 23:05:35 +00:00
files Collapse logically identical filenames for crm114 2017-11-22 23:05:35 +00:00
manifests Ensure we use paho 1.2.3 2017-08-02 18:34:40 -04:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
templates Merge "Fix deprecated warning for suffix" 2017-03-05 21:57:50 +00:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 22:33:26 -07:00
.gitreview Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
Gemfile Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
LICENSE Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
README.md Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
Rakefile Add puppet module files for log processor 2015-01-29 14:52:17 -08:00
metadata.json Decouple log processing from logstash 2016-03-09 13:52:35 -08:00

README.md

OpenStack Log Processor Module

This module installs and configures Log Processor