logstash-codec-es_bulk 3.0.4 → 3.0.5
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -8
- data/logstash-codec-es_bulk.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: 67a93c67a93e76fc845fe81ff50120e6cadb1ba8
|
|
4
|
+
data.tar.gz: d2df0ca80708f249e6966044318f89eb42643372
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a2fbd8c3d640a5486f77919db8f8587f34ca6eb9108e9ae769111bacefeb4627674b44d56ef2212cea8d2a54ed1d7ab89ccbf6dae1e9d93271e7a7d162e348d
|
|
7
|
+
data.tar.gz: d696208339938f5d3530a783dfb33c587de78444dce662b25c95ebb974afa3f80124324aa41469a73bfa15cef48bec7c692e2a16e4f4c57707098892c4cdad96
|
data/CHANGELOG.md
CHANGED
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
|
+
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
|
+
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-
|
|
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
|