Skip to content

Commit 81de72e

Browse files
authored
Docfix: Correct default data stream name (#1140)
Fixing default datastream name to `logs-generic-default` rather than `logs-generic-logstash` as `data_stream_namespace` defaults to `default`: https://github.com/logstash-plugins/logstash-output-elasticsearch/blob/main/lib/logstash/outputs/elasticsearch/data_stream_support.rb#L23 * bump to 11.22.5
1 parent bc3f2fa commit 81de72e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.5
2+
- [DOC] Correct default data stream name (`logs-generic-default`) [#1140](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1140)
3+
14
## 11.22.4
25
- [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)
36

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ output {
118118

119119
This example shows the minimal settings for processing data streams. Events
120120
with `data_stream.*`` fields are routed to the appropriate data streams. If the
121-
fields are missing, routing defaults to `logs-generic-logstash`.
121+
fields are missing, routing defaults to `logs-generic-default`.
122122

123123
**Example: Customize data stream name**
124124

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