logstash-input-elasticsearch 4.3.1 → 4.3.2

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: a87e0f6689410ccaef80bdc7d83b61d414c1f72ba63ea4524b479723931d390a
4
- data.tar.gz: 6bc8fc519e80e98ecdeeaf69d6043464eee30850bcd09a8fa245751c2500a79f
3
+ metadata.gz: b0323fd0462661ab2568f90769666a59f17574aa5bfb9ed6e3c280ba32d6e52e
4
+ data.tar.gz: c65aabfa5514d75b7414d32cf2d7411d1690f52721193467b3d97316f28cd30d
5
5
  SHA512:
6
- metadata.gz: 8c4ce2ec0b83e77be2022ecea02e716bc5d87d3c1d8f82f61e616b6e3725f8636e0e02f1035bb51feef75d1c00594c5cd2a53e52622878c7a438e309f42124e4
7
- data.tar.gz: 1c5cfcf1f0a57c94dc03cb4ed83f968f8d66b372acdf96792db6da4dd8a11f12ece1c00fe3c9cdad3d4aa8c6035ed2be49be47152d4e166b3c7ab31a1ce7793e
6
+ metadata.gz: cd91e70ac02af9d834337649dc11ba13b4a39ce9165b19419b7a1922d6907b240dbf735436700709cffc0747708238d943ddcc5a4bb9a8b7b390a82d65242c57
7
+ data.tar.gz: 9b9d390c39ef7394c87aa799c38e0039af8955696b1c8fc98f360e8e1331091f33e583d6192f57e0a957df9a6436778b59f1366fdb87ce94fc97fcb104ed7b72
@@ -1,3 +1,6 @@
1
+ ## 4.3.2
2
+ - Fixed broken link to Elasticsearch Reference [#106](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/106)
3
+
1
4
  ## 4.3.1
2
5
  - Fixed deeplink to Elasticsearch Reference [#103](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/103)
3
6
 
@@ -259,7 +259,7 @@ This allows you to set the maximum number of hits returned per scroll.
259
259
 
260
260
  In some cases, it is possible to improve overall throughput by consuming multiple
261
261
  distinct slices of a query simultaneously using the
262
- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html#sliced-scroll[Sliced Scroll API],
262
+ https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#sliced-scroll[Sliced Scroll API],
263
263
  especially if the pipeline is spending significant time waiting on Elasticsearch
264
264
  to provide results.
265
265
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-elasticsearch'
4
- s.version = '4.3.1'
4
+ s.version = '4.3.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads query results from an Elasticsearch cluster"
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.3.1
4
+ version: 4.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-01 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement