logstash-codec-loginsight 0.1.48 → 0.1.49

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: ff605c480d5ebf65f598c5012b05cce22be807ab
4
- data.tar.gz: 5d49e4b6ab13c92be8e91cc94300ecca8773a55f
3
+ metadata.gz: 07141c45d0e1df43b55dcc9642ea87d09c5c05ce
4
+ data.tar.gz: 7f7325d649e76e37d73e3cc7745b7d0fb080f67f
5
5
  SHA512:
6
- metadata.gz: 94eb279833bd8387916f0e10f7639948870db278a28e4d0108de9f4ee90231be03dc1a8c64974e3fc122e0f89c4e712b4c8f849e70a06c0c6268593b4640bfcb
7
- data.tar.gz: c961ed872c861ceab49d18dfdde26b0809856a413f7d37358eb6fe69f4e8ee2266a73204fb2cd7b41d99951922f9707770d23676bc98c781d76f533c9826cde0
6
+ metadata.gz: a11a2d3997a0b8cb3a428510a03d69b49b7aaee02713e1c44e56a058b9020c5cd9206813c02a178935c14aa6afe70b84bf36514da32736bb9c9047657ef34a39
7
+ data.tar.gz: f38f37ec13622602b0cd6562f04ada714b423651b00dde09ea3523b56f2058ad26a08ee61244f1a619da3339fa9402d3a14f641f40e5ceb9ebb85ecd9808ac63
@@ -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.48'
4
+ s.version = '0.1.49'
5
5
  s.licenses = ['Apache-2.0']
6
- s.summary = "This codec may be used to decode (via inputs) and encode (via outputs) full JSON messages"
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 gemname. This gem is not a stand-alone program"
6
+ s.summary = "This codec may be used to decode (via HTTP input) Ingestion API events from a Log Insight server."
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
8
  s.authors = ["Alan J Castonguay"]
9
- s.email = 'info@elastic.co'
10
- s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
9
+ s.email = 'acastonguay@vmware.com'
10
+ s.homepage = "https://github.com/alanjcastonguay/logstash-codec-loginsight"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
24
24
 
25
- s.add_development_dependency 'logstash-devutils'
25
+ s.add_development_dependency "logstash-devutils"
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-loginsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.48
4
+ version: 0.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan J Castonguay
@@ -44,8 +44,8 @@ dependencies:
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 gemname. This gem is not a stand-alone program
48
- email: info@elastic.co
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
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
@@ -57,7 +57,7 @@ files:
57
57
  - lib/logstash/codecs/loginsight.rb
58
58
  - logstash-codec-loginsight.gemspec
59
59
  - spec/codecs/loginsight_spec.rb
60
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
60
+ homepage: https://github.com/alanjcastonguay/logstash-codec-loginsight
61
61
  licenses:
62
62
  - Apache-2.0
63
63
  metadata:
@@ -82,6 +82,6 @@ rubyforge_project:
82
82
  rubygems_version: 2.6.8
83
83
  signing_key:
84
84
  specification_version: 4
85
- summary: This codec may be used to decode (via inputs) and encode (via outputs) full JSON messages
85
+ summary: This codec may be used to decode (via HTTP input) Ingestion API events from a Log Insight server.
86
86
  test_files:
87
87
  - spec/codecs/loginsight_spec.rb