Skip to content

Commit bbff09f

Browse files
authored
Merge pull request #347 from dedemorton/remove_extra_space
Remove extra space to fix broken doc versioned plugin reference build
2 parents f3b2dca + 29ff0bc commit bbff09f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## 5.1.6
2+
- Docs: Fixed broken link by removing extra space. [#347](https://github.com/logstash-plugins/logstash-input-beats/pull/347)
3+
14
## 5.1.5
25
- Docs: Fixed section ID that was causing doc build errors in the versioned
3-
plugin docs.
6+
plugin docs. [#346](https://github.com/logstash-plugins/logstash-input-beats/pull/346)
47

58
## 5.1.4
69
- 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)

VERSION

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

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
9090
[cols="<,<,<",options="header",]
9191
|=======================================================================
9292
|Setting |Input type|Required
93-
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean, boolean>>|No
93+
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
9494
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
9595
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
9696
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No

0 commit comments

Comments
 (0)