Skip to content

Commit

Permalink
[Doc]Update link to sliced scrolls doc (#106)
Browse files Browse the repository at this point in the history
* Update link path to sliced scrolls

* Added PR number to changelog link
  • Loading branch information
karenzone committed Jul 31, 2019
1 parent 8857645 commit 94792da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 94792da

Please sign in to comment.