logstash-input-eventlog 4.1.2 → 4.1.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 +3 -0
- data/logstash-input-eventlog.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: ff66eee7367c845c356a35f5d56dd6673f602081653b8883796b576bfdb16d31
|
|
4
|
+
data.tar.gz: ddafd1a59b9c7f206280529f34756c60754987f76a6e0b6c6dfe80a3b6fba9e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b88eefd11cc0d689186a4e4f28811e0681bf03d122c8b8cca0169c630f08993db926151fad7fe0b24358ce57fd6f2a1b7d3591d532c1046b8d0a0e94d232b92
|
|
7
|
+
data.tar.gz: 7e6d5f5c17175cadb7addcd6dc848910db0792733461cb6a4f36ee304179ac805061c86413807842e086694ac13197ae6f2a69b4b55978952ac296ebf18cbb45
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: eventlog
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -72,3 +73,5 @@ see more at: https://social.technet.microsoft.com/forums/windowsserver/en-US/d2f
|
|
|
72
73
|
|
|
73
74
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
74
75
|
include::{include_path}/{type}.asciidoc[]
|
|
76
|
+
|
|
77
|
+
:default_codec!:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-eventlog'
|
|
4
|
-
s.version = '4.1.
|
|
4
|
+
s.version = '4.1.3'
|
|
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/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-eventlog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.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
|
|
@@ -86,7 +86,9 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
89
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
90
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
91
|
+
gem is not a stand-alone program
|
|
90
92
|
email: info@elastic.co
|
|
91
93
|
executables: []
|
|
92
94
|
extensions: []
|
|
@@ -124,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
126
|
version: '0'
|
|
125
127
|
requirements: []
|
|
126
128
|
rubyforge_project:
|
|
127
|
-
rubygems_version: 2.
|
|
129
|
+
rubygems_version: 2.6.11
|
|
128
130
|
signing_key:
|
|
129
131
|
specification_version: 4
|
|
130
132
|
summary: This input will pull events from a Windows Event Log
|