logstash-output-hedera 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 308298c6bbd8b3cf0f30f0533cff22da6cd4b84be3ff8cc1a85e7b81f6731c29
4
- data.tar.gz: e51b4c64f4417c8b902019b459739ff27afdab94d58746d1ef522e869bc41137
3
+ metadata.gz: b2da7a0f60f4fe9a83408ef1cb41035d85cae3a001cec42cb6a2660f66960a84
4
+ data.tar.gz: 6b9bcb8ff663384ef7712c51e6655a4b5f012c87fb14a9c35f566d3c89f93716
5
5
  SHA512:
6
- metadata.gz: 7430b2c43001c80c0d7db1e319f1b1ec884eddc6eb166d46d9874aab120eb2a7409bcb9dbcc57fc41ea8b7073e45ba568ee73d0769f14993c4a61119a0f1baba
7
- data.tar.gz: 2075f9b6bd2eafd1d1163570542437bde7477fd900cb23f0ce2b225d84912f447cfc8e3676edef54fdccfad90ed860a376ed4d01741ce7e4e6a4bf3add22f755
6
+ metadata.gz: 5ae366b525dc0bf83d8a6d775777e0c0459b80a3f03a42aa782ade5b0bde98f3fccf8cc35cad3b50e1250366a356c8543d03a35b942944eac3ec8421d35d0654
7
+ data.tar.gz: bca308aa0e6b79dea09620eb2c562956811ae5a95ed676fe30bf9b71c079b5b2930b3fdd3e398a85fdf5c77d2a8ea1e6888f1022514648f04487a112a94b76e1
data/README.md CHANGED
@@ -44,6 +44,7 @@ logstash-plugin install --no-verify --local logstash-output-hedera-0.0.1.gem
44
44
  // A sample configuration is available in hedera.conf.sample
45
45
  logstash -f hedera.conf
46
46
  ```
47
+ NOTE: Absolutely must make sure that the directory name matches the plugin name
47
48
  ___
48
49
  ### Configuration
49
50
  ___
@@ -71,4 +72,4 @@ There is one E2E test for this plugin that:
71
72
 
72
73
  4) Waits to receive the number of events sent
73
74
 
74
- 5) Checks that the sent messages and received messages match
75
+ 5) Checks that the sent messages and received messages match
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -2,4 +2,4 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'jar_dependencies'
5
- require_jar('com.hedera.hashgraph.logstash', 'logstash-output-hedera', '0.0.2')
5
+ require_jar('com.hedera.hashgraph.logstash', 'logstash-output-hedera', '0.0.3')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-hedera
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hedera
@@ -76,7 +76,7 @@ files:
76
76
  - lib/logstash-output-hedera_jars.rb
77
77
  - lib/logstash/outputs/hedera.rb
78
78
  - logstash-output-hedera.gemspec
79
- - vendor/jar-dependencies/com/hedera/hashgraph/logstash/logstash-output-hedera/0.0.2/logstash-output-hedera-0.0.2.jar
79
+ - vendor/jar-dependencies/com/hedera/hashgraph/logstash/logstash-output-hedera/0.0.3/logstash-output-hedera-0.0.3.jar
80
80
  homepage: https://github.com/hashgraph/logstash-output-hedera
81
81
  licenses:
82
82
  - Apache-2.0