logstash-input-heroku 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-input-heroku.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e646268d6aebc4eff02808e8b62535405417f2efacf7b7e03a2d4f29cc916e48
|
|
4
|
+
data.tar.gz: 0dc4538477bc79cad64df2ef642d886cc8055e529422d03e812b52cbb1f75a6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8256a45d9ea841e85b1bce7e15dadf9f3fab1aca48c80579b995c1f514b1924606fa3b32e349ebbaab41a22a8e6324365aae0292d46644bbb09db3e378596693
|
|
7
|
+
data.tar.gz: ddd560f68b397cac2ffb2c27e1f63f7ee402c2399cded1e9bf7fa44849603c1fe11835e56430c3fe4f3a84b89d52b6774d95d566a462b9c6501e285ee4b85c58
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: heroku
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -63,4 +64,6 @@ the domain name `my-app-name.herokuapp.com`
|
|
|
63
64
|
|
|
64
65
|
|
|
65
66
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
66
|
-
include::{include_path}/{type}.asciidoc[]
|
|
67
|
+
include::{include_path}/{type}.asciidoc[]
|
|
68
|
+
|
|
69
|
+
:default_codec!:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-heroku'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Stream events from a heroku app's logs."
|
|
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-input-heroku
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,7 +72,9 @@ dependencies:
|
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
75
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
76
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
77
|
+
gem is not a stand-alone program
|
|
76
78
|
email: info@elastic.co
|
|
77
79
|
executables: []
|
|
78
80
|
extensions: []
|
|
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
113
|
version: '0'
|
|
112
114
|
requirements: []
|
|
113
115
|
rubyforge_project:
|
|
114
|
-
rubygems_version: 2.
|
|
116
|
+
rubygems_version: 2.6.11
|
|
115
117
|
signing_key:
|
|
116
118
|
specification_version: 4
|
|
117
119
|
summary: Stream events from a heroku app's logs.
|