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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-input-elasticsearch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0323fd0462661ab2568f90769666a59f17574aa5bfb9ed6e3c280ba32d6e52e
|
4
|
+
data.tar.gz: c65aabfa5514d75b7414d32cf2d7411d1690f52721193467b3d97316f28cd30d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd91e70ac02af9d834337649dc11ba13b4a39ce9165b19419b7a1922d6907b240dbf735436700709cffc0747708238d943ddcc5a4bb9a8b7b390a82d65242c57
|
7
|
+
data.tar.gz: 9b9d390c39ef7394c87aa799c38e0039af8955696b1c8fc98f360e8e1331091f33e583d6192f57e0a957df9a6436778b59f1366fdb87ce94fc97fcb104ed7b72
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|
data/docs/index.asciidoc
CHANGED
@@ -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-
|
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.
|
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.
|
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-
|
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
|