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: 80c8e125bb80ca1d6cfc47e261394906e09be6c0
4
- data.tar.gz: b8c077c6951afe4a929556e65e74cfa87d6190ce
3
+ metadata.gz: 0f749b10015556a9ddc4b1095a995edf0a7cb8c3
4
+ data.tar.gz: 491138bd8560165f453eef938d75093de69fb6d4
5
5
  SHA512:
6
- metadata.gz: eb157a631385de72bcb608da828a35414a6f8e0c1f92525b2094a70526cf3611f9eb4d3a43371a59a3247a15d0657ee4a7f2e0057fba91b02c2c17d3c9bec43f
7
- data.tar.gz: c5299949f6801324616f3d62e7f8b159d3b1c525cb06bb48c710e48da5fd25b72ac89312e47be9c22cb3b7192c32d62d51498a991f4f87ba4bc90cd576006172
6
+ metadata.gz: 7e30854f0dba9b4dfa16a5d245b762dc25d913bb0b53a7decaad7be2cea2a5496067754d7b28ed9a41049fbca9a8cbb2e92a781697e0abd3af780619a003426e
7
+ data.tar.gz: f0a2b1c4da9c32f72a29aa39552faeb2b1547fad3d4885b67f87a782e6cd43525af10403f70ca1dedb8461d5b7ff67506d162fb2541aa6405d5fbe725b14aaf0
@@ -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.3'
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}
@@ -46,7 +46,7 @@ module Fluent
46
46
  TIME = 'time'
47
47
  SYSTEMD = 'systemd'
48
48
  TRUSTED = 't'
49
- DOCKER = 'docker'
49
+ DOCKER = 'mytaag'
50
50
  VIRT_CONTROL = 'VIRT_CONTROL'
51
51
  ENV_HOSTNAME = 'NODE_NAME'
52
52
 
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.3
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