Skip to content

Commit fe0a241

Browse files
authored
Doc: Add v8 to ecs_compatibility options (#1059)
1 parent 882c9dd commit fe0a241

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.4.2
2+
- [DOC] Add `v8` to supported values for ecs_compatiblity defaults [#1059](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1059)
3+
14
## 11.4.1
25
- Feat: upgrade manticore (http-client) library [#1063](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1063)
36
- the underlying changes include latest HttpClient (4.5.13)

docs/index.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ If you don't set a value for this option:
554554
* Value type is <<string,string>>
555555
* Supported values are:
556556
** `disabled`: does not provide ECS-compatible templates
557-
** `v1`: provides defaults that are compatible with v1 of the Elastic Common Schema
557+
** `v1`,`v8`: Elastic Common Schema-compliant behavior
558558
* Default value depends on which version of Logstash is running:
559559
** When Logstash provides a `pipeline.ecs_compatibility` setting, its value is used as the default
560560
** Otherwise, the default value is `disabled`.

logstash-output-elasticsearch.gemspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '11.4.1'
4-
3+
s.version = '11.4.2'
54
s.licenses = ['apache-2.0']
65
s.summary = "Stores logs in Elasticsearch"
76
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)