logstash-input-log4j 3.0.6-java → 3.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +2 -4
- data/lib/logstash/inputs/log4j.rb +0 -6
- data/logstash-input-log4j.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03100a0fb5df3fefac4e086ef3a31977807e19ba
|
4
|
+
data.tar.gz: 0ed4d4ad086949401539f86df60b5ddf370b43ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abc30682706a8bb5e5d777acb8d6c6eb7940d9da6c78a1547bc4265fc951baf7228c57dad53621070195f06f2d7ab90fecbbce8a27edb03a3a380af5243b87b1
|
7
|
+
data.tar.gz: e0bc491a56e86faa4b9e0fdcdd52abacdbe65382be76eb52d2bcd240763b1a5d7cdee8824e8423826f92fde7bc6ddb8eaf5f3efa9d22ba062846eb1a9b88adc0
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -12,14 +12,12 @@ 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
|
=== Log4j input plugin
|
18
18
|
|
19
19
|
include::{include_path}/plugin_header.asciidoc[]
|
20
20
|
|
21
|
-
==== Description
|
22
|
-
|
23
21
|
==== Deprecation Notice
|
24
22
|
|
25
23
|
NOTE: This plugin is deprecated. It is recommended that you use filebeat to collect logs from log4j.
|
@@ -86,7 +84,7 @@ beats input for protection and safety of your log data..
|
|
86
84
|
For more details on configuring the beats input, see
|
87
85
|
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html[the logstash beats input documentation].
|
88
86
|
|
89
|
-
|
87
|
+
==== Description
|
90
88
|
|
91
89
|
Read events over a TCP socket from a Log4j SocketAppender. This plugin works only with log4j version 1.x.
|
92
90
|
|
@@ -113,12 +113,6 @@ class LogStash::Inputs::Log4j < LogStash::Inputs::Base
|
|
113
113
|
# http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
|
114
114
|
config :proxy_protocol, :validate => :boolean, :default => false
|
115
115
|
|
116
|
-
# Read timeout in seconds. If a particular TCP connection is
|
117
|
-
# idle for more than this timeout period, we will assume
|
118
|
-
# it is dead and close it.
|
119
|
-
# If you never want to timeout, use -1.,
|
120
|
-
config :data_timeout, :validate => :number, :default => 5, :obsolete => "This option is no longer necessary, the input will now keep the connection open."
|
121
|
-
|
122
116
|
# Mode to operate in. `server` listens for client connections,
|
123
117
|
# `client` connects to a server.
|
124
118
|
config :mode, :validate => ["server", "client"], :default => "server"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-log4j'
|
4
|
-
s.version = '3.0
|
4
|
+
s.version = '3.1.0'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Read events over a TCP socket from a Log4j SocketAppender"
|
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-log4j
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0
|
4
|
+
version: 3.1.0
|
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
|
+
date: 2017-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|