Skip to content

Commit

Permalink
Merge pull request #347 from dedemorton/remove_extra_space
Browse files Browse the repository at this point in the history
Remove extra space to fix broken doc versioned plugin reference build
  • Loading branch information
dedemorton authored Jul 26, 2018
2 parents f3b2dca + 29ff0bc commit bbff09f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 5.1.6
- Docs: Fixed broken link by removing extra space. [#347](https://github.com/logstash-plugins/logstash-input-beats/pull/347)

## 5.1.5
- Docs: Fixed section ID that was causing doc build errors in the versioned
plugin docs.
plugin docs. [#346](https://github.com/logstash-plugins/logstash-input-beats/pull/346)

## 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.5
5.1.6
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
[cols="<,<,<",options="header",]
|=======================================================================
|Setting |Input type|Required
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean, boolean>>|No
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
Expand Down

0 comments on commit bbff09f

Please sign in to comment.