Skip to content

Commit

Permalink
[Docs] Fix topic title
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and jsvd committed Jul 10, 2017
1 parent d036ab3 commit b6b1e36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.1.8
- Docs: Fix topic title

## 5.1.7
- Docs: Fix asciidoc

## 5.1.6
- Fix a bug when SASL_SSL+PLAIN (no Kerberos) was specified.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

[id="plugins-{type}s-{plugin}"]

=== Kafka
=== Kafka output plugin

include::{include_path}/plugin_header.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion logstash-output-kafka.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-kafka'
s.version = '5.1.7'
s.version = '5.1.8'
s.licenses = ['Apache License (2.0)']
s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit b6b1e36

Please sign in to comment.