Skip to content

Commit 57fccbd

Browse files
authored
Doc: Fixed list item to address broken link (#1011)
1 parent 986d76f commit 57fccbd

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.0.1
2+
- [DOC] Fixed broken link in list item [#1011](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1011)
3+
14
## 11.0.0
25
- Feat: Data stream support [#988](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/988)
36
- Refactor: reviewed logging format + restored ES (initial) setup error logging

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ as logs, events, and metrics) and non-time series data in Elasticsearch.
7171
The data stream options are recommended for indexing time series datasets (such
7272
as logs, metrics, and events) into {es}:
7373

74-
* <<plugins-{type}s-{plugin}-data_stream>> |<<string,string>>
74+
* <<plugins-{type}s-{plugin}-data_stream>>
7575
* <<plugins-{type}s-{plugin}-data_stream_auto_routing>>
7676
* <<plugins-{type}s-{plugin}-data_stream_dataset>>
7777
* <<plugins-{type}s-{plugin}-data_stream_namespace>>

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.0.0'
3+
s.version = '11.0.1'
44

55
s.licenses = ['apache-2.0']
66
s.summary = "Stores logs in Elasticsearch"

0 commit comments

Comments
 (0)