fluent-plugin-tkgi-metadata-parser 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f774f3eb42da92faa8afb094337a0f041c0e884bd1aa27043587eb131cd9209b
4
- data.tar.gz: eda03983bf3464d7d34d9e75ab95915c45239c3ac2f66ff240fa7d244be0bf8d
3
+ metadata.gz: 5c1669e971a4a639cbb51e8d0258e93c5581f29f6997c078739a8addd662f29c
4
+ data.tar.gz: 8618b000e07f4406d1fa9d55f8552625f883432cd9badf51bf8bba537c8e7f86
5
5
  SHA512:
6
- metadata.gz: 0a023d2abf21d7b7997431740c5a742df1a7629aedcca59a6b6c3f226f268ea5bf60bda7070107ed146b75eab5988f3fffba7971a3e6f357e8192d9c344031f8
7
- data.tar.gz: 2e88e8ddde805379665a549ec1c3f54d2d465e348b84c546ac011839134f7bab32a84c65957789538826836b52afa4d42f7e24223350576b2008727df3402fe8
6
+ metadata.gz: 796f1af52d89abe249976995ff74e9985784c66e3ef458f113af80b8b2b45fecd1ef3fccabc573e7057decb00590cbae2ed3176b10e4c7c80cd035855b4b104c
7
+ data.tar.gz: aed01e20005361719d8f67404a48484d63ce4fbb71855758f5ce0c1941c92e5e48d32e1dfe5a6932301aa15a832bd79cb9e477edf9d54953d303162a76cf39ff
data/README.md CHANGED
@@ -86,6 +86,7 @@ To parse log initially when it comes to Fluentd you need to apply syslog5424 par
86
86
  "source_id": "47450",
87
87
  "@timestamp": "2020-12-31T14:41:25.003082896-06:00",
88
88
  "tag": "tkgi"
89
+ }
89
90
  }
90
91
  ```
91
92
 
@@ -1,7 +1,7 @@
1
1
  $:.push File.expand_path('../lib', __FILE__)
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = 'fluent-plugin-tkgi-metadata-parser'
4
- spec.version = '1.2.2'
4
+ spec.version = '1.2.3'
5
5
  spec.authors = ['Saurabh Kulkarni']
6
6
  spec.email = ['saurabh.kl@outlook.com']
7
7
  spec.summary = 'Fluentd parser plugin to parse TKGI metadata'
@@ -13,4 +13,4 @@ Gem::Specification.new do |spec|
13
13
  spec.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
14
14
  spec.require_paths = ["lib"]
15
15
  spec.required_ruby_version = '>= 2.5.0'
16
- end
16
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-tkgi-metadata-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saurabh Kulkarni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-19 00:00:00.000000000 Z
11
+ date: 2021-08-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: