logstash-codec-es_bulk 3.0.7 → 3.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-codec-es_bulk.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59bdd8d56239ae748c1092b9d6dedce652b9ce160f51fec64440a82ed997b125
|
4
|
+
data.tar.gz: ff44b9c74e3a11a3ab0d8fc354134d78a87fc3f54e477c29eaaa438c3d3ed711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a00c085236344f8fa0b14322b2225f3cc3db244a6434dfa4d45c72cd54ce448d2123f9e26ed77fd05a66ef71df88daa1d9a6b87c349eab4aef3b471119197231
|
7
|
+
data.tar.gz: 7baf5b66e5367d6d78b9314f584b628568c9ba9a2d106f3fe84faa8ccd04bc12e77e843dc523127be594c636ee0b063545c00136f78ecd97af45f80ca25d2e78
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
21
21
|
==== Description
|
22
22
|
|
23
|
-
This codec will decode the
|
23
|
+
This codec will decode the {ref}/docs-bulk.html[Elasticsearch bulk format]
|
24
24
|
into individual events, plus metadata into the `@metadata` field.
|
25
25
|
|
26
26
|
Encoding is not supported at this time as the Elasticsearch
|
@@ -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.8'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Reads the Elasticsearch bulk format into separate events, along with metadata"
|
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.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|