fluent-plugin-bcdb 0.1.0 → 0.2.0

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: 98b39e5a8b2ac790a5e7bc53baa1381756ea0f76a65f88693aca421aecbcfeb3
4
- data.tar.gz: ff504db40716d7f4a3486499620f2cf07ce3c36d16a3dac7e79adae8688b4377
3
+ metadata.gz: 1c666ce6432bbb8fb1f4df7f8634b0babd394059b089edc010e4fa5b4f5b49e1
4
+ data.tar.gz: 87822121e85b3e671daa95fe0c326636c37cbc4149178aab48c9eb58ab6135fc
5
5
  SHA512:
6
- metadata.gz: a7dd58c903129d67e9d7d017a1a583217aef0faef99877b9b216b693e7d0069a39ad4d4e1afbb04c8dd559c3514d1d069b81d8144cd201b5b118c5306126d843
7
- data.tar.gz: 11b7985b329d822face35e003aa30674cc8aeb43f2cff8646cea95c2f4885e9b8ee30e00c60ff7d19e8466b8072c8aaacc7192cc60ed1e48777ca25b5078fbe2
6
+ metadata.gz: 10d81160ed8b1eb3ef03d925b423e13f3c95f128683e51de23804a5858430c609695207352a4531c8f0312b6241ee8ee462a12e97ea3cf69a0d180ed55875acd
7
+ data.tar.gz: f6524ab9437957b88356cf0a4da672e829b42304240130060ae318dd1f3e5fd8a3dde6c65872422e2630107577877dfcaab375f983707bc6166798a071e3932f
data/LICENSE CHANGED
@@ -189,7 +189,7 @@
189
189
 
190
190
 
191
191
 
192
- Copyright [2019] [MODEX (Gibraltar) LIMITED]
192
+ Copyright 2019 Modex. | MODEX (Gibraltar) LIMITED, 57/63 Line Wall Road, Gibraltar
193
193
 
194
194
  Licensed under the Apache License, Version 2.0 (the "License");
195
195
  you may not use this file except in compliance with the License.
data/dev/fluent.conf CHANGED
@@ -14,8 +14,8 @@
14
14
  <label @mainstream>
15
15
  <match **>
16
16
  @type bcdb
17
- base_url "http://<ip>:<port>/services/core/v1/api" # Api endpoint like https://bcdb.modex.tech/node-03/services/core/v1/api
18
- auth_url "http://<ip>:<port>/token" # OAuth token endpoint like https://bcdb.modex.tech/oauth/token
17
+ base_url "http://<your_domain_or_hostIP:port>/services/core/v1/api" # Api endpoint like https://bcdb.modex.tech/node-03/services/core/v1/api
18
+ auth_url "http://<your_domain_or_hostIP:port>/token" # OAuth token endpoint like https://bcdb.modex.tech/oauth/token
19
19
  bcdb_entity "log" # default: logline
20
20
  ssl_no_verify false # default: false
21
21
  rate_limit_msec 100 # default: 0 = no rate limiting
@@ -20,8 +20,8 @@ require "fluent/plugin/bcdb/version"
20
20
  Gem::Specification.new do |spec|
21
21
  spec.name = "fluent-plugin-bcdb"
22
22
  spec.version = Fluent::Plugin::Bcdb::VERSION
23
- spec.authors = ["Silviu Panaite"]
24
- spec.email = ["silviu@messbusters.org"]
23
+ spec.authors = ["Modex Team"]
24
+ spec.email = ["support@modex.tech"]
25
25
 
26
26
  spec.summary = %q{Fluent output plugin to Modex Blockchain Database}
27
27
  spec.homepage = "https://github.com/messbusters/fluent-plugin-bcdb"
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module Bcdb
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-bcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Silviu Panaite
7
+ - Modex Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yajl-ruby
@@ -88,7 +88,7 @@ dependencies:
88
88
  version: 3.1.0
89
89
  description:
90
90
  email:
91
- - silviu@messbusters.org
91
+ - support@modex.tech
92
92
  executables: []
93
93
  extensions: []
94
94
  extra_rdoc_files: []