logstash-codec-es_bulk 3.0.4 → 3.0.5

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: 24a28867a64b5044ec6dfa10626dda0e7cf0750b
4
- data.tar.gz: cc9371824d7fdbc2cf058bac2a86bc050b791797
3
+ metadata.gz: 67a93c67a93e76fc845fe81ff50120e6cadb1ba8
4
+ data.tar.gz: d2df0ca80708f249e6966044318f89eb42643372
5
5
  SHA512:
6
- metadata.gz: 31aa55d9a44cd1fd3362e58daa022eeb969eee962b3a71b2ffc2a83b167cc962ca58e6060c30ecb246465791f8c715b8c86ef69e743099bbd9c91aef58919126
7
- data.tar.gz: 51c25aee50558522e2e4dbc90fbe2de3c984394886f2eaebf708c47e4b95e8f021db382bdad0ac3c20e6e707681099f51046e827ca36efeab3f8442476927339
6
+ metadata.gz: 2a2fbd8c3d640a5486f77919db8f8587f34ca6eb9108e9ae769111bacefeb4627674b44d56ef2212cea8d2a54ed1d7ab89ccbf6dae1e9d93271e7a7d162e348d
7
+ data.tar.gz: d696208339938f5d3530a783dfb33c587de78444dce662b25c95ebb974afa3f80124324aa41469a73bfa15cef48bec7c692e2a16e4f4c57707098892c4cdad96
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Fixed issue with large bulk requests that were split into multiple chunks, which caused it to lose it's place in the decoding
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
  === Es_bulk codec plugin
18
18
 
@@ -26,10 +26,3 @@ into individual events, plus metadata into the `@metadata` field.
26
26
  Encoding is not supported at this time as the Elasticsearch
27
27
  output submits Logstash events in bulk format.
28
28
 
29
- [id="plugins-{type}s-{plugin}-options"]
30
- ==== Es_bulk Codec Configuration Options
31
-
32
- [cols="<,<,<",options="header",]
33
- |=======================================================================
34
- |Setting |Input type|Required
35
- |=======================================================================
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-es_bulk'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec decodes messages received in the Elasticsearch bulk format"
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-es_bulk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
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