From aa785b8d420d752730692373d2b117f148d6637b Mon Sep 17 00:00:00 2001 From: dedemorton Date: Tue, 24 Jul 2018 15:43:39 -0700 Subject: [PATCH] Fix ID format to include attributes --- CHANGELOG.md | 4 ++++ VERSION | 2 +- docs/index.asciidoc | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5532aa8..191f3b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.1.5 + - Docs: Fixed section ID that was causing doc build errors in the versioned +plugin docs. + ## 5.1.4 - 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) diff --git a/VERSION b/VERSION index 76e9e619..220d8e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.4 +5.1.5 diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 1c9c32fc..21f219ea 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -44,7 +44,7 @@ output { } } ------------------------------------------------------------------------------ -<1> Specifies the index to write events to. See <> for +<1> Specifies the index to write events to. See <> for more about this setting. <2> Starting with Logstash 6.0, the `document_type` option is deprecated due to the @@ -59,7 +59,7 @@ before sending the event data to Logstash. You cannot use the {logstash-ref}/plugins-codecs-multiline.html[Multiline codec plugin] to handle multiline events. Doing so will result in the failure to start Logstash. -[[versioned-indexes]] +[id="plugins-{type}s-{plugin}-versioned-indexes"] ==== Versioned Beats Indices To minimize the impact of future schema changes on your existing indices and