logstash-input-drupal_dblog 2.0.6-java → 2.0.7-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e7e36e6d0dc167a10cee32145be079749b1a9871
4
- data.tar.gz: b4f100b0c6e08f36c05f8c8e9665b0ac4b39d663
2
+ SHA256:
3
+ metadata.gz: 413088af0ae25ac7b80bdb7148d47511e9c9be51d0efb1e6cd0fc38cc0f33667
4
+ data.tar.gz: 3926f4bb08cd0ab5d7bb1184bfa3a9ef4039de8c626ced7de0ecd0ae6cdac4be
5
5
  SHA512:
6
- metadata.gz: 6e7f8e11d947a0907aa0e52ab912e8f7f8cb98f2e257b841ee02448af9ac58a6252f75b8b0ae769bc315d3064e2b26f371510c79394004664f60178c64d64775
7
- data.tar.gz: b4779f774aa57f816aa7c95d6152f57a097100d644265b1c0600e8065bd01ac3f6d3f8254fe13df0346151b2978b94d0578d8a542cb4dfc1b0cd9eb3bff9b59c
6
+ metadata.gz: 84120caf48919710e49eb0061f736831754d06ddaa76e69c16c40a30d0010fef9ffd340831fe7ad82e9450e397b5d8b9eb3f2c1080db4cda2a2edb72fdd0da23
7
+ data.tar.gz: 23a31e3c85e4e93f16a182a02a7c8b4abaa5a4d5d15dce26d2a345eb62030bd344be3e3457f3ef3ad26fe801736ed89c129f655958e4e0f508a538cef1fcca9b
@@ -1,3 +1,6 @@
1
+ ## 2.0.7
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.0.6
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: drupal_dblog
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -99,4 +100,6 @@ Time between checks in minutes.
99
100
 
100
101
 
101
102
  [id="plugins-{type}s-{plugin}-common-options"]
102
- include::{include_path}/{type}.asciidoc[]
103
+ include::{include_path}/{type}.asciidoc[]
104
+
105
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-drupal_dblog'
4
- s.version = '2.0.6'
4
+ s.version = '2.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Retrieve watchdog log events from a Drupal installation with DBLog enabled"
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-drupal_dblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: java
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
@@ -94,7 +94,9 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- 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
97
+ description: This gem is a Logstash plugin required to be installed on top of the
98
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
99
+ gem is not a stand-alone program
98
100
  email: info@elastic.co
99
101
  executables: []
100
102
  extensions: []
@@ -135,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
137
  version: '0'
136
138
  requirements: []
137
139
  rubyforge_project:
138
- rubygems_version: 2.4.8
140
+ rubygems_version: 2.6.11
139
141
  signing_key:
140
142
  specification_version: 4
141
143
  summary: Retrieve watchdog log events from a Drupal installation with DBLog enabled