logstash-input-eventlog 4.1.1 → 4.1.2

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
2
  SHA1:
3
- metadata.gz: 7175056b3a1ed2a08cb34f7504e63ed8d7bd4bb3
4
- data.tar.gz: a4fae43c9205b93a430e3fd6acfb4016c7e1af35
3
+ metadata.gz: 9b7bdbf57eb8c81f9b1cd24077996a74f905c4ef
4
+ data.tar.gz: e7f92c64a53b0b8c526ed2d9486980db7e50138b
5
5
  SHA512:
6
- metadata.gz: ed5c2ab0c3b02347b5f3dcb32bf51cd2b87d94024e2addfc4afeecb8315c72e265f7977e077c34631020830c55d7e1a09ec040216f3d95feb56f83df5d366cde
7
- data.tar.gz: 5f6c28975d53b9a7ee50a7e6729951f7f9daec3fc5143b7f9583fc6fdcdf73efca8a6ea063969fe87fae6efb65999648393a047b5d0517b63f2b50575223a155
6
+ metadata.gz: 87c3a0bba258a875865dcec61cbaa3d45207bc5200d11b2424b58b041de0d8c073c02b9597b95497d5727a07c5ceccc0396dc80d287907b4af1280a9c4450b77
7
+ data.tar.gz: 93a51d3692784936f96529ef88ffd6671a4f8e00645a3254054a95d9fdbf6bf503e3f9358dea40eac05e9a93355a06695735ecd922a332b74d79b12e26629db7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.1.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.1.0
2
5
  - Add a default charset converter from default UTF-16LE, the one
3
6
  output default by windows event log to our very own UTF-8 encoding.
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Eventlog
18
18
 
@@ -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.1'
4
+ s.version = '4.1.2'
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.1
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement