logstash-codec-loginsight 0.1.49 → 0.1.50

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
- SHA1:
3
- metadata.gz: 07141c45d0e1df43b55dcc9642ea87d09c5c05ce
4
- data.tar.gz: 7f7325d649e76e37d73e3cc7745b7d0fb080f67f
2
+ SHA256:
3
+ metadata.gz: d3f18dc00c7ad502d6be0ee53671a84973cd2a1b9eaa6f7b9829725b63d6f483
4
+ data.tar.gz: dec37f7551c177d834cda46677f0640e7dda013adf3d0943357ef3f6843a6326
5
5
  SHA512:
6
- metadata.gz: a11a2d3997a0b8cb3a428510a03d69b49b7aaee02713e1c44e56a058b9020c5cd9206813c02a178935c14aa6afe70b84bf36514da32736bb9c9047657ef34a39
7
- data.tar.gz: f38f37ec13622602b0cd6562f04ada714b423651b00dde09ea3523b56f2058ad26a08ee61244f1a619da3339fa9402d3a14f641f40e5ceb9ebb85ecd9808ac63
6
+ metadata.gz: a03221a9d578c2013efe4ee71baa9c77dafb480dd366d7f9a7f28c90d523cf491a27fca75554b1f92344ddeff83a6d1a0fd6c3c46909c561e0273c8d71751e14
7
+ data.tar.gz: 42bb058791ba27c2a1cf9142bbe5dd35e59fbe0e013191b3b7e09dda3813c4fc0be1826e6550d5b955727227e3018e9bc6dbe8bcac654e20386569bb2ca738ac
data/CONTRIBUTORS CHANGED
@@ -1,5 +1,5 @@
1
1
  Contributors:
2
- * Alan J Castonguay (alanjcastonguay)
2
+ * Ellie Ayla (ellieayla)
3
3
 
4
4
  Inspired by logstash-codec-json, from these fine people:
5
5
 
@@ -30,7 +30,6 @@ class LogStash::Codecs::LogInsight < LogStash::Codecs::Base
30
30
  config :charset, :validate => ::Encoding.name_list, :default => "UTF-8"
31
31
 
32
32
  def register
33
- @logger.info("Log Insight Codec Registered")
34
33
  @converter = LogStash::Util::Charset.new(@charset)
35
34
  @converter.logger = @logger
36
35
  end
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-loginsight'
4
- s.version = '0.1.49'
4
+ s.version = '0.1.50'
5
5
  s.licenses = ['Apache-2.0']
6
6
  s.summary = "This codec may be used to decode (via HTTP input) Ingestion API events from a Log Insight server."
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-codec-loginsight. This gem is not a stand-alone program."
8
- s.authors = ["Alan J Castonguay"]
9
- s.email = 'acastonguay@vmware.com'
10
- s.homepage = "https://github.com/alanjcastonguay/logstash-codec-loginsight"
8
+ s.authors = ["Ellie Ayla"]
9
+ s.email = 'support@verselogic.net'
10
+ s.homepage = "https://github.com/ellieayla/logstash-codec-loginsight"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-loginsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
- - Alan J Castonguay
7
+ - Ellie Ayla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2023-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: logstash-core-plugin-api
14
15
  requirement: !ruby/object:Gem::Requirement
15
16
  requirements:
16
17
  - - ">="
@@ -19,9 +20,8 @@ dependencies:
19
20
  - - "<="
20
21
  - !ruby/object:Gem::Version
21
22
  version: '2.99'
22
- name: logstash-core-plugin-api
23
- prerelease: false
24
23
  type: :runtime
24
+ prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
@@ -31,21 +31,23 @@ dependencies:
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.99'
33
33
  - !ruby/object:Gem::Dependency
34
+ name: logstash-devutils
34
35
  requirement: !ruby/object:Gem::Requirement
35
36
  requirements:
36
37
  - - ">="
37
38
  - !ruby/object:Gem::Version
38
39
  version: '0'
39
- name: logstash-devutils
40
- prerelease: false
41
40
  type: :development
41
+ prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-codec-loginsight. This gem is not a stand-alone program.
48
- email: acastonguay@vmware.com
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install logstash-codec-loginsight.
49
+ This gem is not a stand-alone program.
50
+ email: support@verselogic.net
49
51
  executables: []
50
52
  extensions: []
51
53
  extra_rdoc_files: []
@@ -57,7 +59,7 @@ files:
57
59
  - lib/logstash/codecs/loginsight.rb
58
60
  - logstash-codec-loginsight.gemspec
59
61
  - spec/codecs/loginsight_spec.rb
60
- homepage: https://github.com/alanjcastonguay/logstash-codec-loginsight
62
+ homepage: https://github.com/ellieayla/logstash-codec-loginsight
61
63
  licenses:
62
64
  - Apache-2.0
63
65
  metadata:
@@ -78,10 +80,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
80
  - !ruby/object:Gem::Version
79
81
  version: '0'
80
82
  requirements: []
81
- rubyforge_project:
82
- rubygems_version: 2.6.8
83
+ rubygems_version: 3.3.7
83
84
  signing_key:
84
85
  specification_version: 4
85
- summary: This codec may be used to decode (via HTTP input) Ingestion API events from a Log Insight server.
86
+ summary: This codec may be used to decode (via HTTP input) Ingestion API events from
87
+ a Log Insight server.
86
88
  test_files:
87
89
  - spec/codecs/loginsight_spec.rb