logstash-output-stackify 1.0.1 → 1.0.2

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: 2d53735b4035d55142125702ab144d9911c342e56978ba947cc542d204b35c9b
4
- data.tar.gz: 3f2793baec04fa289103e4fa345eb780027166c0cb57d57db22efbea435ea21a
3
+ metadata.gz: 2b8ad78048ed20b5a3e78982fb2bb44c0cade31d0591732bf2b712a2de51a08a
4
+ data.tar.gz: 7437013059632ead676a52debbba4b6d079bca9b069d4ec13785b9801c94ae4b
5
5
  SHA512:
6
- metadata.gz: 8058d7db838a42892b6b952cff162bd0d3c761ea8451803105977824e51986b2c94c037bd2114bfedfa47b2701b11449445843e24a3ba8d966989062977cd03c
7
- data.tar.gz: f86a936b37e833c08af6deff16dcaeb6ba6760bf690a5598bcc2968fabbed209a07dc4fe883bab4caf4da648f1b8b8a22a9826b2ff540ccc7757d5547fd39ab0
6
+ metadata.gz: be7d393cf6e30af4a17afc4d1c5c1b0734e2ed0fe1b1905942dc680110cf3151204c42d9de80b1b1fc8217dab48a6e5e35574857fb30fc483063f7c72152f62f
7
+ data.tar.gz: 41745f83c55eb78d1e2c7da17a915dbdd2893ee9fef8f0a5c4e98d1dc076a57059eaf0a025c32df1be5dd7d7b5f122aeaa40ab9052fa66e68e93422c2337bb09
data/docs/DEVELOPMENT.md CHANGED
@@ -17,6 +17,11 @@ jruby -S bundle exec rspec
17
17
  jruby -S gem build logstash-output-stackify.gemspec
18
18
  ```
19
19
 
20
+ ## Publish
21
+ ```
22
+ jruby -S gem push logstash-output-stackify-#.#.#.gem
23
+ ```
24
+
20
25
  ## Install
21
26
 
22
27
  ```
@@ -76,10 +76,6 @@ class LogStash::Outputs::Stackify < LogStash::Outputs::Base
76
76
  end
77
77
  end
78
78
  level = level.downcase
79
- if level != 'debug' && level != 'info' && level != 'warn' && level != 'error'
80
- $stdout.write('Invalid level defined: ' + level.to_s)
81
- level = default_level
82
- end
83
79
 
84
80
  # application name
85
81
  app_name = @default_app_name.to_s
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-stackify'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends logs to Stackify"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-stackify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stackify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-03 00:00:00.000000000 Z
11
+ date: 2019-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement