logstash-output-hedera 0.0.2 → 0.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2da7a0f60f4fe9a83408ef1cb41035d85cae3a001cec42cb6a2660f66960a84
|
4
|
+
data.tar.gz: 6b9bcb8ff663384ef7712c51e6655a4b5f012c87fb14a9c35f566d3c89f93716
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
0.0.3
|
Binary file
|
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.
|
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.
|
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
|