Skip to content

Commit f6a5b65

Browse files
authored
Doc: Update link to resolve to target content (#206)
Bump to v4.20.3
1 parent c04401b commit f6a5b65

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.20.3
2+
- [DOC] Update link to bypass redirect, resolving directly to correct content [#206](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/206)
3+
14
## 4.20.2
25
- fix case when aggregation returns an error [#204](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/204)
36

docs/index.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ can be either IP, HOST, IP:port, or HOST:port. The port defaults to
301301
* Value type is <<string,string>>
302302
* Default value is `"logstash-*"`
303303

304-
The index or alias to search. See {ref}/multi-index.html[Multi Indices
305-
documentation] in the Elasticsearch documentation for more information on how to
306-
reference multiple indices.
307-
304+
The index or alias to search.
305+
Check out {ref}/api-conventions.html#api-multi-index[Multi Indices
306+
documentation] in the Elasticsearch documentation for info on
307+
referencing multiple indices.
308308

309309
[id="plugins-{type}s-{plugin}-password"]
310310
===== `password`

logstash-input-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-elasticsearch'
4-
s.version = '4.20.2'
4+
s.version = '4.20.3'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Reads query results from an Elasticsearch cluster"
77
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"

0 commit comments

Comments
 (0)