Skip to content

Commit

Permalink
Merge pull request #346 from dedemorton/fix_build_error
Browse files Browse the repository at this point in the history
Fix ID format to include attributes
  • Loading branch information
dedemorton authored Jul 24, 2018
2 parents 87051f0 + aa785b8 commit f3b2dca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.4
5.1.5
4 changes: 2 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ output {
}
}
------------------------------------------------------------------------------
<1> Specifies the index to write events to. See <<versioned-indexes>> for
<1> Specifies the index to write events to. See <<plugins-{type}s-{plugin}-versioned-indexes>> for
more about this setting.
<2> Starting with Logstash 6.0, the `document_type` option is
deprecated due to the
Expand All @@ -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
Expand Down

0 comments on commit f3b2dca

Please sign in to comment.