You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Retries to the Elasticsearch Client
Co-authored-by: Marc Sensenich <[email protected]>
* test setup: ensure presence of /etc/protocols
Co-authored-by: Marc Sensenich <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 3.14.0
2
+
- Added support for configurable retries with new `retry_on_failure` and `retry_on_status` options [#160](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/160)
3
+
1
4
## 3.13.0
2
5
- Added support for this plugin identifying itself to Elasticsearch with an SSL/TLS client certificate using a new `keystore` option [#162](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/162)
Copy file name to clipboardExpand all lines: logstash-filter-elasticsearch.gemspec
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |s|
2
2
3
3
s.name='logstash-filter-elasticsearch'
4
-
s.version='3.13.0'
4
+
s.version='3.14.0'
5
5
s.licenses=['Apache License (2.0)']
6
6
s.summary="Copies fields from previous log events in Elasticsearch to current events "
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"
0 commit comments