logstash-output-stackify 1.0.2 → 1.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: 2b8ad78048ed20b5a3e78982fb2bb44c0cade31d0591732bf2b712a2de51a08a
4
- data.tar.gz: 7437013059632ead676a52debbba4b6d079bca9b069d4ec13785b9801c94ae4b
3
+ metadata.gz: 0ee3bea3022070998d5caf289643c7b356eeb29751f34109b5bae9520d55aa65
4
+ data.tar.gz: 28b8b344a668ad2072516a1f3030d713019aad36d84082aba567e2a33772efea
5
5
  SHA512:
6
- metadata.gz: be7d393cf6e30af4a17afc4d1c5c1b0734e2ed0fe1b1905942dc680110cf3151204c42d9de80b1b1fc8217dab48a6e5e35574857fb30fc483063f7c72152f62f
7
- data.tar.gz: 41745f83c55eb78d1e2c7da17a915dbdd2893ee9fef8f0a5c4e98d1dc076a57059eaf0a025c32df1be5dd7d7b5f122aeaa40ab9052fa66e68e93422c2337bb09
6
+ metadata.gz: 8d09b810c70cefde834eec5bc36c88412fc4a354c017a895ff54a0fea5c2baee4701dc3573ae331be1e0c2779813b9b4a4e8eed6be1c87d1267aa13b8f27bdd5
7
+ data.tar.gz: c09ab5ca029229d99f4d374c59034a801b98ab09656adcb0e8cdcab6150cb84d8136bb2106de319d313a59d6db654ad06ca2cbc80bc5dd419e773fa4c29d31b4
@@ -153,7 +153,7 @@ class LogStash::Outputs::Stackify < LogStash::Outputs::Base
153
153
  data = log_msg_group.to_json
154
154
  header = {
155
155
  'Content-Type' => 'application/json',
156
- 'Accept' => 'appliation/json',
156
+ 'Accept' => 'application/json',
157
157
  'X-Stackify-PV' => 'V1',
158
158
  'X-Stackify-Key' => @key.to_s
159
159
  }
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-stackify'
3
- s.version = '1.0.2'
3
+ s.version = '1.0.3'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-stackify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stackify