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 +4 -4
- data/lib/logstash/outputs/stackify.rb +1 -1
- data/logstash-output-stackify.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ee3bea3022070998d5caf289643c7b356eeb29751f34109b5bae9520d55aa65
|
4
|
+
data.tar.gz: 28b8b344a668ad2072516a1f3030d713019aad36d84082aba567e2a33772efea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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' => '
|
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.
|
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"
|