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 +5 -5
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-input-drupal_dblog.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: 413088af0ae25ac7b80bdb7148d47511e9c9be51d0efb1e6cd0fc38cc0f33667
|
|
4
|
+
data.tar.gz: 3926f4bb08cd0ab5d7bb1184bfa3a9ef4039de8c626ced7de0ecd0ae6cdac4be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84120caf48919710e49eb0061f736831754d06ddaa76e69c16c40a30d0010fef9ffd340831fe7ad82e9450e397b5d8b9eb3f2c1080db4cda2a2edb72fdd0da23
|
|
7
|
+
data.tar.gz: 23a31e3c85e4e93f16a182a02a7c8b4abaa5a4d5d15dce26d2a345eb62030bd344be3e3457f3ef3ad26fe801736ed89c129f655958e4e0f508a538cef1fcca9b
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -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.
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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
|