logstash-input-log4j 3.1.2-java → 3.1.3-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: f563a5f95ce849692090def97303af1cc1141f63d4795f40f26f38f6f8b40912
4
- data.tar.gz: 95ba4151e27e24c64b1a65d107e26e35cef4a2e89b3b80c4ec3f6363f3e1b190
3
+ metadata.gz: 797aba9f9a903baf42d1d7beebfa662987a2795c2ce693224cdd4b8073105bf0
4
+ data.tar.gz: bc6a6baba22638b2f8bdcbc5814a354bbdd48b8fd87121f494f22db6b31fb19d
5
5
  SHA512:
6
- metadata.gz: 7bb611892f5151c641f9069fdc69324b4ccde9589065b078bf927f60dd598a8fc321e01d8de26b726cc1f3351461a503d29bd419bd2ba6642a3e9ad28fe6c5b7
7
- data.tar.gz: d57908da585259fc15046131cdd1fca59a9398ab8e17cb29fa15fc688882c6c775b53876f11d988b4a8413657626697d0b170cdb9b37d7226d52a2a286dae6a1
6
+ metadata.gz: c08a3ae3058dfcc8631eabbcd70a0599b9366465bfe567f97ecdc1a99b69f666b078a5f1f71af4d5a8535ba987a3bd73ac4e6d969afd68b56e587381eb0e5109
7
+ data.tar.gz: 16514daffa04933d604951ef18aec81115f8ed0a29b8480dcbd5819a0b90478a782fe7b2a0de48ed3fabac0220f970edc16d7920370aaa2a97ca61ef0ae0b37c
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.1.2
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: log4j
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -166,4 +167,6 @@ http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
166
167
 
167
168
 
168
169
  [id="plugins-{type}s-{plugin}-common-options"]
169
- include::{include_path}/{type}.asciidoc[]
170
+ include::{include_path}/{type}.asciidoc[]
171
+
172
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-log4j'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events over a TCP socket from a Log4j `SocketAppender` object"
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.1.2
4
+ version: 3.1.3
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