Skip to content

Commit c29e19f

Browse files
committed
bump version to 9.1.0
1 parent b0c0c54 commit c29e19f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 9.1.0
2+
- Set number_of_shards to 1 and document_type to '_doc' for es 7.x clusters #741 #747
3+
- Fix usage of upsert and script when update action is interpolated #239
4+
- Add metrics to track bulk level and document level responses #585
5+
16
## 9.0.3
27
- Ignore master-only nodes when using sniffing
38

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 = '9.0.3'
3+
s.version = '9.1.0'
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)