logstash-output-influxdb2 0.1.0 → 0.2.0

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: 32cf6c3b489b3187d756694ebc95bd38958bd6015d52099636a30807dcf33057
4
- data.tar.gz: df4f9f1018b646ed2bcd1f8563fef4486250d6b8b3d9a4eb9d24e9fe5ab25520
3
+ metadata.gz: 7f1923cfcb3ce2d41a66adcd3be3d3226e9715e56046c15982555b8e96696406
4
+ data.tar.gz: c06683b3e4dda36a47a71c6524c4293c221d85341a273d65ccaa42d13448455d
5
5
  SHA512:
6
- metadata.gz: 3c4cf17dbbb2e351f76fb90043c2c27130ad4f63e20080f3c5d482a8fd9160a624c6014524aad34a0884991f725b5d02e424bbd60be566df57d90dbe09fd1987
7
- data.tar.gz: 537a2034ea93b378442d9cac711f5688a40b6052d336631324e151a1a3f6202e709bdd16f735b2e0609cb456731cd3806ee16959c53f6523c7e4d5ed903d1c2f
6
+ metadata.gz: 57df12c97e4445ea07b765157fdf75809cba9fa5f7ce8cc386d713e051c17fbbfadf85c2e098962334e47570ffe749064e4a36c63804484a899aae86ea1497b6
7
+ data.tar.gz: 8b7e1db0e716c92b45d6983a7cb722933222dd2faa482c605cb395eee1b18f52a57485b429c36dbb85e8faf34cf0b286f1777af68ca6e10c03591da6ed2c79ba
data/CHANGELOG.md CHANGED
@@ -1,2 +1,6 @@
1
+ ## 0.2.0
2
+ - Add a copyright notice
3
+ - Update gemspec summary
4
+
1
5
  ## 0.1.0
2
- - Plugin created with the logstash plugin generator
6
+ - First release
data/Gemfile CHANGED
@@ -7,4 +7,3 @@ if Dir.exist?(logstash_path)
7
7
  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
8
8
  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
9
9
  end
10
-
data/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright [yyyy] [name of copyright owner]
190
+ Copyright 2023 Issey Yamakoshi
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
data/NOTICE.TXT ADDED
@@ -0,0 +1,7 @@
1
+ logstash-output-influxdb2
2
+ Copyright 2023 Issey Yamakoshi
3
+
4
+ This product includes software developed by The Apache Software
5
+ Foundation (http://www.apache.org/).
6
+
7
+ I will donate the source if Elastic wonts.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-influxdb2'
3
- s.version = '0.1.0'
3
+ s.version = '0.2.0'
4
4
  s.licenses = ['Apache-2.0']
5
- s.summary = 'Logstash Output Plugin for InfluxDB2'
5
+ s.summary = 'Writes metrics to InfluxDB 2.x'
6
6
  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'
7
7
  s.homepage = 'https://github.com/r16turbo/logstash-output-influxdb2'
8
8
  s.authors = ['Issey Yamakoshi']
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
11
11
 
12
12
  # Files
13
13
  s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
14
- # Tests
14
+
15
+ # Tests
15
16
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
16
17
 
17
18
  # Special flag to let us know this is actually a logstash plugin
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-influxdb2
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
7
  - Issey Yamakoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-30 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -62,9 +62,9 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - CHANGELOG.md
64
64
  - CONTRIBUTORS
65
- - DEVELOPER.md
66
65
  - Gemfile
67
66
  - LICENSE
67
+ - NOTICE.TXT
68
68
  - README.md
69
69
  - lib/logstash/outputs/influxdb2.rb
70
70
  - logstash-output-influxdb2.gemspec
@@ -93,6 +93,6 @@ requirements: []
93
93
  rubygems_version: 3.3.5
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: Logstash Output Plugin for InfluxDB2
96
+ summary: Writes metrics to InfluxDB 2.x
97
97
  test_files:
98
98
  - spec/outputs/influxdb2_spec.rb
data/DEVELOPER.md DELETED
@@ -1,2 +0,0 @@
1
- # logstash-output-influxdb2
2
- Example output plugin. This should help bootstrap your effort to write your own output plugin!