logstash-input-wmi 3.0.3-java → 3.0.4-java

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
  SHA256:
3
- metadata.gz: dd6884a27e15acb801a131f47b4988669a092f1402e5ee53a60ce96bc05f81e4
4
- data.tar.gz: 0feb993c76cd91597814840685dc285ef783a5faf1bc08267f16a1cb8945b305
3
+ metadata.gz: 668b33b4fa76592b8114713c3b99da24c04d85507cc0a43e48095dc8dc9cac33
4
+ data.tar.gz: 57ebe59bc64b4b7974cb3f4b688c1e4d0b183d5ca2878d7915dc4e36f7f449c2
5
5
  SHA512:
6
- metadata.gz: 97847ca55ca5f18f4a9ac936ed0a054ab5ad6ad9fdb0b5d6248b531aeb4a89c32d9e06a96dbc688e0b4c36ced6ab4afe64d27ce4b0274ba270dfd014cabcdc61
7
- data.tar.gz: 61d54e90a9356c5f07ee26a4e03b3fbc52ad3ea6736e3a666f7d6bfe69fedf3799f812ae6448cb4be16eae23a149d229ce0b0d5e6bd813c0fb65733b94c0e1d1
6
+ metadata.gz: f9de2822368938a051421b52fc49ccefb3c5295a981220ca9d33392f8c84715141e85b9f59d493feeaf72ab1a46130e5c0aa7d0845ee062b131e3c7a44cf0d25
7
+ data.tar.gz: 75b26f7930fe1f6f4e8938d6a72537510dd31604d07448b523a9cfdbf4b8dea11665c09838dee1da99a084b684dbffda5772c7f9ecf9b00fa8199a833f7b75a8
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
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: wmi
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -116,4 +117,6 @@ Username when doing remote connections
116
117
 
117
118
 
118
119
  [id="plugins-{type}s-{plugin}-common-options"]
119
- include::{include_path}/{type}.asciidoc[]
120
+ include::{include_path}/{type}.asciidoc[]
121
+
122
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-wmi'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Creates events based on the results of a WMI query"
6
6
  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-wmi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 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