logstash-input-syslog 3.2.2 → 3.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-input-syslog.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: eaa7bffcee872ad4acc31204befd27fe1dfaf8b7ed7e2ea1f9c5f83cd1e90d55
|
4
|
+
data.tar.gz: '08e2261511e7ebaac9406c438680e37894b9ed97bc8219f957dc6c5cc31e66e5'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bce1f222438c07c3f56691febb451a578e59861e36ba980bc81656ba4390f36bb820c6f945bc803317b9f35ca557377f9eb2a8e5102e63597030fb522d6ababb
|
7
|
+
data.tar.gz: 7fb0770942f47b8819887bae185bba673e8390ae30bbdc8622913c0d7efaada310226e580de0cd109ec24ad1a51d5a2a064c395fa8e1d3de7393ce2f0d456ad9
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-syslog'
|
4
|
-
s.version = '3.2.
|
4
|
+
s.version = '3.2.3'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
|
-
s.summary = "
|
6
|
+
s.summary = "Reads syslog messages as events"
|
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"
|
8
8
|
s.authors = ["Elastic"]
|
9
9
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-syslog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.3
|
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-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -134,7 +134,9 @@ dependencies:
|
|
134
134
|
- - ">="
|
135
135
|
- !ruby/object:Gem::Version
|
136
136
|
version: '0'
|
137
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
137
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
138
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
139
|
+
gem is not a stand-alone program
|
138
140
|
email: info@elastic.co
|
139
141
|
executables: []
|
140
142
|
extensions: []
|
@@ -172,9 +174,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
174
|
version: '0'
|
173
175
|
requirements: []
|
174
176
|
rubyforge_project:
|
175
|
-
rubygems_version: 2.
|
177
|
+
rubygems_version: 2.6.11
|
176
178
|
signing_key:
|
177
179
|
specification_version: 4
|
178
|
-
summary:
|
180
|
+
summary: Reads syslog messages as events
|
179
181
|
test_files:
|
180
182
|
- spec/inputs/syslog_spec.rb
|