Skip to content

Commit bc3f2fa

Browse files
authored
Doc: Add notice that ecs compatibility is required for data streams (#1174)
Bump to v.11.22.4
1 parent f1270c9 commit bc3f2fa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.22.4
2+
- [DOC] Adds note that ecs-compatibility is required for data streams to work properly [#1174](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1174)
3+
14
## 11.22.3
25
- Fixes an issue where events containing non-unicode strings could fail to serialize correctly when compression is enabled [#1169](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1169)
36

docs/index.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ as logs, metrics, and events) into {es} and {es-serverless}:
9999
* <<plugins-{type}s-{plugin}-data_stream_sync_fields>>
100100
* <<plugins-{type}s-{plugin}-data_stream_type>>
101101

102+
IMPORTANT: <<plugins-{type}s-{plugin}-ecs_compatibility,ECS compatibility>> must be enabled (set to `v1` or `v8`) for data streams to work properly.
103+
102104
[id="plugins-{type}s-{plugin}-ds-examples"]
103105
===== Data stream configuration examples
104106

@@ -134,8 +136,6 @@ output {
134136
-----
135137

136138

137-
138-
139139
==== Writing to different indices: best practices
140140

141141
NOTE: You cannot use dynamic variable substitution when `ilm_enabled` is `true`
@@ -511,6 +511,7 @@ The other `data_stream_*` settings will be used only if this setting is enabled.
511511

512512
Logstash handles the output as a data stream when the supplied configuration
513513
is compatible with data streams and this value is set to `auto`.
514+
Note that <<plugins-{type}s-{plugin}-ecs_compatibility,ECS compatibility>> must be enabled (set to `v1` or `v8`) for data streams to work properly.
514515

515516
[id="plugins-{type}s-{plugin}-data_stream_auto_routing"]
516517
===== `data_stream_auto_routing`

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