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 +4 -4
- data/lib/logstash/outputs/http_auth.rb +2 -1
- data/logstash-output-http_auth.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46f577852b192fb5b5f063ce98df9df60a7b7fee
|
4
|
+
data.tar.gz: cda0934fafcf7a3d3baaecb3a63c1b00c5c9a846
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
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
|