logstash-codec-fluent 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
  SHA1:
3
- metadata.gz: a43651382bf70ecf3e5474f7876108a2388e2acd
4
- data.tar.gz: a339295f3a45f921368c49a3e6f5c671f027c957
3
+ metadata.gz: da6b7649b03c709945a668e848654e23220a3eba
4
+ data.tar.gz: 0060d8febdab1939aab35185fc2df6a12421bb4a
5
5
  SHA512:
6
- metadata.gz: bffa573a0bc17b772343779d0ac6527a7cef0ed49899b2f14d915c2dba2f465003f285a75c31909099d4978ceb451f1f470b56c76fd909cef4675b7c6215d978
7
- data.tar.gz: 8bb9379a628dbacaf74d57a0789361c652d13c244fdf37274e64a7e4515f5b1996955ec9876878daa802c1df965e4bebd119089350ce8b2272b49b76ca1d8faa
6
+ metadata.gz: 856ffba1a11836d9aaf4f39bfcd6f05a65983a03d8e9074387d9c66e270c2671792c59ce350a8d39647a83b5824ffa9435fce3b4cbdb875997d822779c3dc9c2
7
+ data.tar.gz: 29297e48f6d2194e7ab79d32aa00134f9c71cbe6fa4bee0f884e354d8cb2a0f6c7316a2534c5c9e0db561fc5a9b5e05fb902770328eb25826b5b4b95a74d3892
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.1.3
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.2
2
5
  - Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
3
6
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ 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
  === Fluent codec plugin
18
18
 
@@ -41,11 +41,3 @@ Notes:
41
41
  * the fluent uses a second-precision time for events, so you will never see
42
42
  subsecond precision on events processed by this codec.
43
43
 
44
-
45
- [id="plugins-{type}s-{plugin}-options"]
46
- ==== Fluent Codec Configuration Options
47
-
48
- [cols="<,<,<",options="header",]
49
- |=======================================================================
50
- |Setting |Input type|Required
51
- |=======================================================================
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-fluent'
4
- s.version = '3.1.2'
4
+ s.version = '3.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec handles fluentd's msgpack schema."
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-codec-fluent
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-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement