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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eca5e6fbca38f511fbf75647c8c40e5cb099f13a80a1ecb69dac7f87fa5afa1
4
- data.tar.gz: eeb6e69fad0693e878dfa0a8d03bffff1cf9e3e7a1a47ce7ca5dbd62dff6d014
3
+ metadata.gz: 6902c116895b50435c8400953d1f43699de0a69dc4e104040f042a5b1535a29f
4
+ data.tar.gz: 61596cd815c309f777554b8bf528d2da0ecf4e3b4ae6c542dc905cad7a3f7ef8
5
5
  SHA512:
6
- metadata.gz: b828b4db7d22cc1e1d7d35cd162a62225a138c46f827a18f281b2d1f6ad64425ef762dc7dbc2ceafb8bed2f94ddeab2bb88a6708894e3d9a5a5c26debf214e75
7
- data.tar.gz: c33a50fd1e26913bbbd86330b896f60e2323bdbfc9ff87301f546d2c1e625444dcab34c4ece36ef9126495450e5b1203700967a4d6c13b0f1da6fca2d56e67c1
6
+ metadata.gz: 84c864588079c2c198dbad3ec18154614f94e464479f80bfe70a4b7d92101d40f99406fd9a386f7841ca3911dd1ba8d5a7041ed20c127d0feda1cea416a9c9ef
7
+ data.tar.gz: f05d9bd81615fceaf4f22f63045921e2781a4c031fd63f8c836872b992d673f6c911cb704202deece206303c7382a36c8cfc5a9fb9c7696abd12280624d445e8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Add documentation about use with http input
3
+
1
4
  ## 3.0.6
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
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.6'
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.6
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: 2017-11-07 00:00:00.000000000 Z
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.11
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