fluent-plugin-audit_log_parser 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f749b10015556a9ddc4b1095a995edf0a7cb8c3
|
4
|
+
data.tar.gz: 491138bd8560165f453eef938d75093de69fb6d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e30854f0dba9b4dfa16a5d245b762dc25d913bb0b53a7decaad7be2cea2a5496067754d7b28ed9a41049fbca9a8cbb2e92a781697e0abd3af780619a003426e
|
7
|
+
data.tar.gz: f0a2b1c4da9c32f72a29aa39552faeb2b1547fad3d4885b67f87a782e6cd43525af10403f70ca1dedb8461d5b7ff67506d162fb2541aa6405d5fbe725b14aaf0
|
Binary file
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'fluent-plugin-audit_log_parser'
|
7
|
-
spec.version = '0.1.
|
7
|
+
spec.version = '0.1.4'
|
8
8
|
spec.authors = ['Josef Karasek']
|
9
9
|
spec.email = ['jkarasek@redhat.com']
|
10
10
|
spec.summary = %q{Fluentd plugin for parsing auditd logs}
|
data/lib/fluent/plugin/auditd.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-audit_log_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josef Karasek
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- LICENSE
|
78
78
|
- README.md
|
79
79
|
- fluent-plugin-audit_log_parser-0.1.2.gem
|
80
|
+
- fluent-plugin-audit_log_parser-0.1.3.gem
|
80
81
|
- fluent-plugin-audit_log_parser.gemspec
|
81
82
|
- lib/fluent/plugin/auditd.rb
|
82
83
|
- lib/fluent/plugin/parser_auditd.rb
|