From fe0a24135a6f18f64415a116f09bc5418b83f15e Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Tue, 15 Feb 2022 11:19:48 -0500 Subject: [PATCH] Doc: Add v8 to ecs_compatibility options (#1059) --- CHANGELOG.md | 3 +++ docs/index.asciidoc | 2 +- logstash-output-elasticsearch.gemspec | 3 +-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1071291d..612c4592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 11.4.2 + - [DOC] Add `v8` to supported values for ecs_compatiblity defaults [#1059](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1059) + ## 11.4.1 - Feat: upgrade manticore (http-client) library [#1063](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1063) - the underlying changes include latest HttpClient (4.5.13) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 85be8c8f..f7ba26db 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -554,7 +554,7 @@ If you don't set a value for this option: * Value type is <> * Supported values are: ** `disabled`: does not provide ECS-compatible templates -** `v1`: provides defaults that are compatible with v1 of the Elastic Common Schema +** `v1`,`v8`: Elastic Common Schema-compliant behavior * Default value depends on which version of Logstash is running: ** When Logstash provides a `pipeline.ecs_compatibility` setting, its value is used as the default ** Otherwise, the default value is `disabled`. diff --git a/logstash-output-elasticsearch.gemspec b/logstash-output-elasticsearch.gemspec index eb33f432..6fb9b14e 100644 --- a/logstash-output-elasticsearch.gemspec +++ b/logstash-output-elasticsearch.gemspec @@ -1,7 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-elasticsearch' - s.version = '11.4.1' - + s.version = '11.4.2' s.licenses = ['apache-2.0'] s.summary = "Stores logs in Elasticsearch" 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"