From dcf2f9b71a8efa83bf21abce54c2280b9cccd783 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Mon, 15 Jan 2024 17:51:03 +0900 Subject: [PATCH] releasing v5.4.3 Signed-off-by: Hiroshi Hatake --- History.md | 5 ++++- fluent-plugin-elasticsearch.gemspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index fa96063..2b802b3 100644 --- a/History.md +++ b/History.md @@ -2,7 +2,10 @@ ### [Unreleased] -### 5.4.1 +### 5.4.3 +- add data_stream_template\_use\_index\_patterns\_wildcard in elasticsearch\_data\_stream (#1040) + +### 5.4.2 - in\_elasticsearch: Avoid to use deprecated endpoint for clear\_scroll (#1039) ### 5.4.1 diff --git a/fluent-plugin-elasticsearch.gemspec b/fluent-plugin-elasticsearch.gemspec index b246b9c..cc1db4d 100644 --- a/fluent-plugin-elasticsearch.gemspec +++ b/fluent-plugin-elasticsearch.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'fluent-plugin-elasticsearch' - s.version = '5.4.2' + s.version = '5.4.3' s.authors = ['diogo', 'pitr', 'Hiroshi Hatake'] s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com', 'cosmo0920.wp@gmail.com'] s.description = %q{Elasticsearch output plugin for Fluent event collector}