Skip to content

Commit 1321073

Browse files
Doc: Logstash output.elasticsearch index can be alias or datastream (#1179)
* [Doc+] Logstash output.elasticsearch index can be alias or datastream * Bump to v.11.22.6 Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com>
1 parent 81de72e commit 1321073

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.6
2+
- [DOC] Logstash output.elasticsearch index can be alias or datastream [#1179](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1179)
3+
14
## 11.22.5
25
- [DOC] Correct default data stream name (`logs-generic-default`) [#1140](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1140)
36

docs/index.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,9 @@ NOTE: `ilm_rollover_alias` does NOT support dynamic variable substitution as
800800
** ECS Compatibility disabled: `"logstash-%{+yyyy.MM.dd}"`
801801
** ECS Compatibility enabled: `"ecs-logstash-%{+yyyy.MM.dd}"`
802802

803-
The index to write events to. This can be dynamic using the `%{foo}` syntax.
803+
The indexing target to write events to.
804+
Can point to an {ref}/index-mgmt.html[index], {ref}/aliases.html[alias], or {ref}/data-streams.html[data stream].
805+
This can be dynamic using the `%{foo}` syntax.
804806
The default value will partition your indices by day so you can more easily
805807
delete old data or only search specific date ranges.
806808
Indexes may not contain uppercase characters.

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