logstash-input-eventlog 0.1.4-java → 0.1.5-java
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 +4 -4
- data/LICENSE +1 -1
- data/logstash-input-eventlog.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ec6867b31e5b68ae52ebef7fa0cdf5383316c67
|
|
4
|
+
data.tar.gz: d526bb05c6d8d6514e0f524a2566fe09d0bd8a72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b972142ea70967acd9a66294a3b1efbc0e12ff93d4989e818aa2792f1efd71370c112fc9500e15aa0cd500539b99311a7f60a134b4b91e004a5a6187593877bc
|
|
7
|
+
data.tar.gz: 68469e059f2e302c65649b0e4110e48d459979baf13abc688085fee521dba6e2e507d7c3832fa58c0e4c785b24228ef262491dcf29063eb4b5829bc5c61e24bb
|
data/LICENSE
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-eventlog'
|
|
4
|
-
s.version = '0.1.
|
|
4
|
+
s.version = '0.1.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "This input will pull events from a Windows Event Log"
|
|
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"
|
|
8
|
-
s.authors = ["
|
|
9
|
-
s.email = 'info@
|
|
10
|
-
s.homepage = "http://www.
|
|
8
|
+
s.authors = ["Elastic"]
|
|
9
|
+
s.email = 'info@elastic.co'
|
|
10
|
+
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
|
11
11
|
s.require_paths = ["lib"]
|
|
12
12
|
|
|
13
13
|
# Files
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-eventlog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -73,7 +73,7 @@ dependencies:
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
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
|
|
76
|
-
email: info@
|
|
76
|
+
email: info@elastic.co
|
|
77
77
|
executables: []
|
|
78
78
|
extensions: []
|
|
79
79
|
extra_rdoc_files: []
|
|
@@ -88,7 +88,7 @@ files:
|
|
|
88
88
|
- lib/logstash/inputs/eventlog.rb
|
|
89
89
|
- logstash-input-eventlog.gemspec
|
|
90
90
|
- spec/inputs/eventlog_spec.rb
|
|
91
|
-
homepage: http://www.
|
|
91
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
92
92
|
licenses:
|
|
93
93
|
- Apache License (2.0)
|
|
94
94
|
metadata:
|
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
110
110
|
version: '0'
|
|
111
111
|
requirements: []
|
|
112
112
|
rubyforge_project:
|
|
113
|
-
rubygems_version: 2.
|
|
113
|
+
rubygems_version: 2.1.9
|
|
114
114
|
signing_key:
|
|
115
115
|
specification_version: 4
|
|
116
116
|
summary: This input will pull events from a Windows Event Log
|