logstash-output-elasticsearch 7.2.1-java → 7.2.2-java

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: c61a5109cb34714ff3ea23d19ed020ff721df8ac
4
- data.tar.gz: 35497b2b5c5bf79d69ed6901d9c8530f8b3a1eb1
3
+ metadata.gz: 21f1b50d8253533385e29f4317d2c4354ebf6231
4
+ data.tar.gz: ccb251840a4bbf11a3b21bc98a83cf3aaac18198
5
5
  SHA512:
6
- metadata.gz: 9215006b80803d9e7e38fedb7435d7350305e07f8fc98d41afdf2cc31665f6cbb1280d33f9a72b94ee4f7819239f0f48d0f4703d2ccd6bd3f17f4c5054b9562d
7
- data.tar.gz: f9494630a91d3b797ccb837dcc31ba7d91cd119865e77d2e2347379a040aad495693b4bf2108274a900c7b1d2ddd3220a98f4fcb185b43ec3a230cec2ac68f67
6
+ metadata.gz: f89f93ce95860b1119c274227ad8a760f67610e2adffc6f12e4cd2b5809be1e00b717ad59c1c60d849e18aea13a69426ee83828aa890dc1e233136aa842c70f9
7
+ data.tar.gz: a4abd5d2ad750e811d850062337d8d595f5f6e84c53dbc86b5d98878835c3db9486d9b854de52f411428f954ce901fc90d31c29333b8c0f2dd44e4be2a776caa
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 7.2.2
2
+ - Docs: Add requirement to use version 6.2.5 or higher to support sending Content-Type headers.
3
+
1
4
  ## 7.2.1
2
5
  - Expose a `#post` method in the http client class to be use by other modules
3
6
 
@@ -10,6 +10,16 @@ require "thread" # for safe queueing
10
10
  require "uri" # for escaping user input
11
11
  require "forwardable"
12
12
 
13
+ # .Compatibility Note
14
+ # [NOTE]
15
+ # ================================================================================
16
+ # Starting with Elasticsearch 5.3, there's an {ref}modules-http.html[HTTP setting]
17
+ # called `http.content_type.required`. If this option is set to `true`, and you
18
+ # are using Logstash 2.4 through 5.2, you need to update the Elasticsearch output
19
+ # plugin to version 6.2.5 or higher.
20
+ #
21
+ # ================================================================================
22
+ #
13
23
  # This plugin is the recommended method of storing logs in Elasticsearch.
14
24
  # If you plan on using the Kibana web interface, you'll want to use this output.
15
25
  #
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '7.2.1'
3
+ s.version = '7.2.2'
4
4
  s.licenses = ['apache-2.0']
5
5
  s.summary = "Logstash Output to Elasticsearch"
6
6
  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-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.1
4
+ version: 7.2.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-24 00:00:00.000000000 Z
11
+ date: 2017-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement