Skip to content

Commit f3b2dca

Browse files
authored
Merge pull request #346 from dedemorton/fix_build_error
Fix ID format to include attributes
2 parents 87051f0 + aa785b8 commit f3b2dca

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.5
2+
- Docs: Fixed section ID that was causing doc build errors in the versioned
3+
plugin docs.
4+
15
## 5.1.4
26
- Added `add_hostname` flag to enable/disable the population of the `host` field from the beats.hostname field [#340](https://github.com/logstash-plugins/logstash-input-beats/pull/340)
37

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.4
1+
5.1.5

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ output {
4444
}
4545
}
4646
------------------------------------------------------------------------------
47-
<1> Specifies the index to write events to. See <<versioned-indexes>> for
47+
<1> Specifies the index to write events to. See <<plugins-{type}s-{plugin}-versioned-indexes>> for
4848
more about this setting.
4949
<2> Starting with Logstash 6.0, the `document_type` option is
5050
deprecated due to the
@@ -59,7 +59,7 @@ before sending the event data to Logstash. You cannot use the
5959
{logstash-ref}/plugins-codecs-multiline.html[Multiline codec plugin] to handle multiline events. Doing so will
6060
result in the failure to start Logstash.
6161

62-
[[versioned-indexes]]
62+
[id="plugins-{type}s-{plugin}-versioned-indexes"]
6363
==== Versioned Beats Indices
6464

6565
To minimize the impact of future schema changes on your existing indices and

0 commit comments

Comments
 (0)