logstash-input-eventlog 4.1.2 → 4.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9b7bdbf57eb8c81f9b1cd24077996a74f905c4ef
4
- data.tar.gz: e7f92c64a53b0b8c526ed2d9486980db7e50138b
2
+ SHA256:
3
+ metadata.gz: ff66eee7367c845c356a35f5d56dd6673f602081653b8883796b576bfdb16d31
4
+ data.tar.gz: ddafd1a59b9c7f206280529f34756c60754987f76a6e0b6c6dfe80a3b6fba9e7
5
5
  SHA512:
6
- metadata.gz: 87c3a0bba258a875865dcec61cbaa3d45207bc5200d11b2424b58b041de0d8c073c02b9597b95497d5727a07c5ceccc0396dc80d287907b4af1280a9c4450b77
7
- data.tar.gz: 93a51d3692784936f96529ef88ffd6671a4f8e00645a3254054a95d9fdbf6bf503e3f9358dea40eac05e9a93355a06695735ecd922a332b74d79b12e26629db7
6
+ metadata.gz: 1b88eefd11cc0d689186a4e4f28811e0681bf03d122c8b8cca0169c630f08993db926151fad7fe0b24358ce57fd6f2a1b7d3591d532c1046b8d0a0e94d232b92
7
+ data.tar.gz: 7e6d5f5c17175cadb7addcd6dc848910db0792733461cb6a4f36ee304179ac805061c86413807842e086694ac13197ae6f2a69b4b55978952ac296ebf18cbb45
@@ -1,3 +1,6 @@
1
+ ## 4.1.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.1.2
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -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.2'
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.2
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: 2017-08-15 00:00:00.000000000 Z
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 Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
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.4.8
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