logstash-input-elasticsearch 4.0.5 → 4.0.6

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: 3b5f704f5b8a52398cc719f21fc06a86be0169a2
4
- data.tar.gz: 495ae9955ec5c1ad60703164271ac568d1b776d3
3
+ metadata.gz: ba92d9cefd99749a5e35518dfda179e40c8f0e72
4
+ data.tar.gz: 49948bf65f90442f72ea7cdaeaecb99682435361
5
5
  SHA512:
6
- metadata.gz: efffda61f2fbcc59ea1d57818c29c35fd5558f1b54b2ce34c0eb98160234b15ff5ad2ebc5cf2428ffd2cd724a67bc0b2ae65e19645ac8d369e526e0026f1f809
7
- data.tar.gz: 64e1e4058af406959f555c5c3ddd3f5a37d8952cc2593655c4f1ee88bc74ae074eac6c3a7defc1c161a3e2e92f2be6e9b23d73028645b72a791a240f3bb57dfe
6
+ metadata.gz: 07b74b7bb5a9ef500727d3749b47ef828ab835c694207943d84ec45728674cbc8872f26aa881d1542ddb0fe95fd0e3484a67eafb8ecf3872e4af0fffaa9f1871
7
+ data.tar.gz: ddbb71da27fffaff23ee965da07136cc750172c6e0124db4b0464dd281d81e523deb542e2cc9f1fa9bdc64716494031db0869d3788a692cee7b8b19441fd47f0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.0.6
2
+ - Docs: Fix link syntax
3
+
1
4
  ## 4.0.5
2
5
  - Fix some documentation issues
3
6
 
data/docs/index.asciidoc CHANGED
@@ -23,7 +23,7 @@ include::{include_path}/plugin_header.asciidoc[]
23
23
  .Compatibility Note
24
24
  [NOTE]
25
25
  ================================================================================
26
- Starting with Elasticsearch 5.3, there's an {ref}modules-http.html[HTTP setting]
26
+ Starting with Elasticsearch 5.3, there's an {ref}/modules-http.html[HTTP setting]
27
27
  called `http.content_type.required`. If this option is set to `true`, and you
28
28
  are using Logstash 2.4 through 5.2, you need to update the Elasticsearch input
29
29
  plugin to version 4.0.2 or higher.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-elasticsearch'
4
- s.version = '4.0.5'
4
+ s.version = '4.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Read from an Elasticsearch cluster, based on search query results"
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-input-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement