From 94792daebd4572f373fbc026134e4cfc7cb3013c Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:34:19 -0400 Subject: [PATCH] [Doc]Update link to sliced scrolls doc (#106) * Update link path to sliced scrolls * Added PR number to changelog link --- CHANGELOG.md | 3 +++ docs/index.asciidoc | 2 +- logstash-input-elasticsearch.gemspec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f31e68..35f54e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.3.2 + - Fixed broken link to Elasticsearch Reference [#106](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/106) + ## 4.3.1 - Fixed deeplink to Elasticsearch Reference [#103](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/103) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 9ad6403..896bd24 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -259,7 +259,7 @@ This allows you to set the maximum number of hits returned per scroll. In some cases, it is possible to improve overall throughput by consuming multiple distinct slices of a query simultaneously using the -https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html#sliced-scroll[Sliced Scroll API], +https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#sliced-scroll[Sliced Scroll API], especially if the pipeline is spending significant time waiting on Elasticsearch to provide results. diff --git a/logstash-input-elasticsearch.gemspec b/logstash-input-elasticsearch.gemspec index 6eb5fc2..3340914 100644 --- a/logstash-input-elasticsearch.gemspec +++ b/logstash-input-elasticsearch.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-elasticsearch' - s.version = '4.3.1' + s.version = '4.3.2' s.licenses = ['Apache License (2.0)'] s.summary = "Reads query results from an Elasticsearch cluster" 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"