ready to release 0.4.2

This commit is contained in:
Zane C. B-H 2021-10-21 23:11:20 -05:00
parent 57f34f8b96
commit 8cf6c6ee63
4 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,9 @@
Revision history for Search-ESsearcher
0.4.2 2021-10-21/23:15
- Include logstash examples.
- Update Postfix logstash bits.
0.4.1 2019-12-08/04:05
- Remove accidentally included emacs save.
- Correct datestamp on previous change log entry.

View File

@ -9,6 +9,10 @@ template.
Search::ESsearcher largely exists for the purpose of that script.
Example logstash configs to help get you started using this are
included under the directory logstash. Just set the host and port
variables as desired and you should be good to got.
INSTALLATION
To install this module, run the following commands:
@ -44,7 +48,7 @@ You can also look for information at:
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by Zane C. Bowers-Hadley.
This software is Copyright (c) 2021 by Zane C. Bowers-Hadley.
This is free software, licensed under:

View File

@ -17,11 +17,11 @@ Search::ESsearcher - Provides a handy system for doing templated elasticsearch s
=head1 VERSION
Version 0.4.1
Version 0.4.2
=cut
our $VERSION = '0.4.1';
our $VERSION = '0.4.2';
=head1 SYNOPSIS

View File

@ -10,11 +10,11 @@ Search::ESsearcher::Templates::syslog - Provides postfix support for essearcher.
=head1 VERSION
Version 0.1.0
Version 0.1.1
=cut
our $VERSION = '0.1.0';
our $VERSION = '0.1.1';
=head1 LOGSTASH
@ -42,7 +42,8 @@ The important bit is "type" being set to "syslog". If that is not used,
use the command line options field and fieldv.
Install L<https://github.com/whyscream/postfix-grok-patterns> for pulling apart
the postfix messages. These files are included with this as well.
the postfix messages. These files are included with this as well. You will likely
not want to use 51-filter-postfix-aggregate.conf as that is a bit buggy.
=head1 Options