Skip to content

Commit

Permalink
Doc:Replace plugin_header file with plugin_header-integration file (#40)
Browse files Browse the repository at this point in the history
Integration plugins need a header that is different from the stand-alone plugin
header. The plugin docs links should point to the integration repo rather than the
stand-alone plugin repos. The header also adds a note that the plugin is part of
an integration rather than stand-alone. The new header included in this work was 
added with Logstash #11891.

* Bump to v.5.0.6

* Add 'integration' doc attributte
  • Loading branch information
karenzone authored Aug 20, 2020
1 parent 0c17231 commit 14410ed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.6
- DOC:Replaced plugin_header file with plugin_header-integration file. [#40](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/40)

## 5.0.5
- Fixed user sequel_opts not being passed down properly [#37](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/37)
- Refactored jdbc_streaming to share driver loading, so the fixes from the jdbc plugin also effect jdbc_streaming
Expand Down
3 changes: 2 additions & 1 deletion docs/filter-jdbc_static.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:integration: jdbc
:plugin: jdbc_static
:type: filter

Expand All @@ -16,7 +17,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== Jdbc_static filter plugin

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

==== Description

Expand Down
3 changes: 2 additions & 1 deletion docs/filter-jdbc_streaming.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:integration: jdbc
:plugin: jdbc_streaming
:type: filter

Expand All @@ -16,7 +17,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== Jdbc_streaming filter plugin

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

==== Description

Expand Down
3 changes: 2 additions & 1 deletion docs/input-jdbc.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:integration: jdbc
:plugin: jdbc
:type: input
:default_codec: plain
Expand All @@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== Jdbc input plugin

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

==== Description

Expand Down
2 changes: 1 addition & 1 deletion logstash-integration-jdbc.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-integration-jdbc'
s.version = '5.0.5'
s.version = '5.0.6'
s.licenses = ['Apache License (2.0)']
s.summary = "Integration with JDBC - input and filter plugins"
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 14410ed

Please sign in to comment.