Skip to content

Commit 932fd35

Browse files
committed
add postfix support
1 parent f380df1 commit 932fd35

File tree

7 files changed

+992
-2
lines changed

7 files changed

+992
-2
lines changed

Search-ESsearcher/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Search-ESsearcher
22

3+
0.3.0 2019-06-05/
4+
- Add postfix support.
5+
36
0.2.0 2019-06-03/04:30
47
- The bf2b template now properly processes --ip
58
- Add the httpAccess template.

Search-ESsearcher/MANIFEST

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ lib/Search/ESsearcher.pm
33
lib/Search/ESsearcher/Templates/httpAccess.pm
44
lib/Search/ESsearcher/Templates/syslog.pm
55
lib/Search/ESsearcher/Templates/bf2b.pm
6+
lib/Search/ESsearcher/Templates/postfix.pm
67
Makefile.PL
78
MANIFEST This list of files
89
README
@@ -14,3 +15,6 @@ t/manifest.t
1415
t/pod-coverage.t
1516
t/pod.t
1617
bin/essearcher
18+
logstash/postfix/50-filter-postfix.conf
19+
logstash/postfix/README.md
20+
logstash/postfix/postfix.grok

Search-ESsearcher/lib/Search/ESsearcher.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Search::ESsearcher - Provides a handy system for doing templated elasticsearch s
1717
1818
=head1 VERSION
1919
20-
Version 0.2.0
20+
Version 0.3.0
2121
2222
=cut
2323

24-
our $VERSION = '0.2.0';
24+
our $VERSION = '0.3.0';
2525

2626

2727
=head1 SYNOPSIS

0 commit comments

Comments
 (0)