logstash-output-http_auth 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 183a95d1df45ea65b0402888c9a74258dac4d849
4
- data.tar.gz: 53ec525af25f06370ec2e062dac4e41abd152425
3
+ metadata.gz: 46f577852b192fb5b5f063ce98df9df60a7b7fee
4
+ data.tar.gz: cda0934fafcf7a3d3baaecb3a63c1b00c5c9a846
5
5
  SHA512:
6
- metadata.gz: e288eb3dfe9e7363a1f09a9574c8725e36acfb59b6c7077a62933932649df500d32712a4af09aa783aec981b93170f3601af51f985c6b2d4d1404fadb416265c
7
- data.tar.gz: 65731cca9d4e0d1c1201a115bebc0611df49f825a2f4f50f8207c8b7b68e70bd9c43e3a406ed1453f8a2b1a09c3583a6985a15f5a0b47d7641a9ff71c83e3fd8
6
+ metadata.gz: d1134e188768c7f28993a0a001bd40d16f3ff706c15c6ad8cc5a003069f94b71461468bd1e137ac6de56f74a11385bf6e413b4b03d2e85742d2e67cf471e598c
7
+ data.tar.gz: 21e2eb256aed512ada13da8b4ee787fe1b7db8c425a3fc0a1ca94d56474187fc8ee0c7e52df54bba863fec5d102681f010f23c050d95750d900d79ec74cd0f1c
@@ -2,6 +2,7 @@
2
2
  require "logstash/outputs/base"
3
3
  require "logstash/namespace"
4
4
  require "logstash/json"
5
+ require 'json'
5
6
 
6
7
  class LogStash::Outputs::HttpAuth < LogStash::Outputs::Base
7
8
  # This output lets you `PUT` or `POST` events to a
@@ -11,7 +12,7 @@ class LogStash::Outputs::HttpAuth < LogStash::Outputs::Base
11
12
  # the headers sent as well as basic customization of the
12
13
  # event json itself.
13
14
  #
14
- # In addition to default http-plugin, you need 2 way authentication
15
+ # In addition to default http-plugin, you need 2 way authentication
15
16
  # with csrf_token verification? This is you plugin!
16
17
 
17
18
  config_name "http_auth"
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-http_auth'
4
- s.version = '0.1.0'
4
+ s.version = '0.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output lets you `PUT` or `POST` events to a generic HTTP(S) endpoint with 2 way authentication"
7
7
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/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-http_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Signify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-25 00:00:00.000000000 Z
11
+ date: 2015-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement