logstash-codec-es_bulk 3.0.6 → 3.0.7
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/LICENSE +1 -1
- data/docs/index.asciidoc +11 -0
- data/logstash-codec-es_bulk.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6902c116895b50435c8400953d1f43699de0a69dc4e104040f042a5b1535a29f
|
4
|
+
data.tar.gz: 61596cd815c309f777554b8bf528d2da0ecf4e3b4ae6c542dc905cad7a3f7ef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84c864588079c2c198dbad3ec18154614f94e464479f80bfe70a4b7d92101d40f99406fd9a386f7841ca3911dd1ba8d5a7041ed20c127d0feda1cea416a9c9ef
|
7
|
+
data.tar.gz: f05d9bd81615fceaf4f22f63045921e2781a4c031fd63f8c836872b992d673f6c911cb704202deece206303c7382a36c8cfc5a9fb9c7696abd12280624d445e8
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -26,3 +26,14 @@ 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}-codec-settings"]
|
30
|
+
==== Codec settings in the `logstash-input-http` plugin
|
31
|
+
|
32
|
+
The {logstash-ref}/plugins-inputs-http.html[input-http] plugin has two
|
33
|
+
configuration options for codecs: `codec` and `additional_codecs`.
|
34
|
+
|
35
|
+
Values in `additional_codecs` are prioritized over those specified in the
|
36
|
+
`codec` option. That is, the default `codec` is applied only if no codec
|
37
|
+
for the request's content-type is found in the `additional_codecs` setting.
|
38
|
+
|
39
|
+
|
@@ -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.7'
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
version: '0'
|
99
99
|
requirements: []
|
100
100
|
rubyforge_project:
|
101
|
-
rubygems_version: 2.6.
|
101
|
+
rubygems_version: 2.6.13
|
102
102
|
signing_key:
|
103
103
|
specification_version: 4
|
104
104
|
summary: Reads the Elasticsearch bulk format into separate events, along with metadata
|