Skip to content

Commit 03db839

Browse files
authored
Merge branch 'main' into legacy-template-with-es-v8-plus-bugfix
2 parents 4eeea73 + 89a0fe9 commit 03db839

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 11.12.2
1+
## 11.12.3
22
- Legacy template API with Elasticsearch 8.x (or up) version and installing custom template fixes. [#1102](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1102)
33
- When using legacy template API with ES8+ versions, default template installation failed. Now the plugin encourages using custom template.
44
- The plugin failed when it doesn't resolve ILM settings from the given custom template. Now, the plugin tries to install provided custom template as it is without touching ILM settings.
55

6+
## 11.12.2
7+
- [Doc] Fixes the broken apache http client link [#1101](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1101)
8+
69
## 11.12.1
710
- Log bulk request response body on error, not just when debug logging is enabled [#1096](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1096)
811

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ How long to wait before checking for a stale connection to determine if a keepal
11871187
Consider setting this value lower than the default, possibly to 0, if you get connection errors regularly.
11881188

11891189
This client is based on Apache Commons. Here's how the
1190-
https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[Apache
1190+
https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[Apache
11911191
Commons documentation] describes this option: "Defines period of inactivity in
11921192
milliseconds after which persistent connections must be re-validated prior to
11931193
being leased to the consumer. Non-positive value passed to this method disables

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '11.12.1'
3+
s.version = '11.12.2'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
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)