logstash-output-rackspace 2.0.5 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +7 -0
- data/docs/index.asciidoc +2 -2
- data/logstash-output-rackspace.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 005ae05111d12926d45b2983b71410e21654fed0
|
4
|
+
data.tar.gz: 0be1f13c58e12c22e36b4f3b295846c4cdd03745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b527a1d68bd91563830cff2ade9f666b38716c0680e2044710e9502311d046439ef2e6e55a3b7b6cc473d7edd81f4b7df028bf84b5c64d76dc629986fe1cbea2
|
7
|
+
data.tar.gz: 299f959c993867b87dd623aecaf92d6826b3dab74d8024656d2d26884009a256815a472f16868ab2fc89d08233b0b25cfefcca1105c65bae1c296c4a6cf0be9f
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 2.0.7
|
2
|
+
- Fix some documentation issues
|
3
|
+
|
4
|
+
# 2.0.6
|
5
|
+
- Docs: Add plugin description
|
6
|
+
# 2.0.5
|
7
|
+
- Docs: Bump patch level for doc build
|
1
8
|
# 2.0.4
|
2
9
|
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
|
3
10
|
# 2.0.3
|
data/docs/index.asciidoc
CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
13
13
|
///////////////////////////////////////////
|
14
14
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
15
|
+
[id="plugins-{type}s-{plugin}"]
|
16
16
|
|
17
17
|
=== Rackspace output plugin
|
18
18
|
|
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
21
21
|
==== Description
|
22
22
|
|
23
|
-
|
23
|
+
Sends events to a Rackspace Cloud Queue service.
|
24
24
|
|
25
25
|
[id="plugins-{type}s-{plugin}-options"]
|
26
26
|
==== Rackspace Output Configuration Options
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-rackspace'
|
4
|
-
s.version = '2.0.
|
4
|
+
s.version = '2.0.7'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Send events to Rackspace's Cloud Queue service"
|
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/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-rackspace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,9 +66,7 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
70
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
71
|
-
gem is not a stand-alone program
|
69
|
+
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
|
72
70
|
email: info@elastic.co
|
73
71
|
executables: []
|
74
72
|
extensions: []
|
@@ -106,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
104
|
version: '0'
|
107
105
|
requirements: []
|
108
106
|
rubyforge_project:
|
109
|
-
rubygems_version: 2.
|
107
|
+
rubygems_version: 2.4.8
|
110
108
|
signing_key:
|
111
109
|
specification_version: 4
|
112
110
|
summary: Send events to Rackspace's Cloud Queue service
|