Skip to content

Commit 14410ed

Browse files
authored
Doc:Replace plugin_header file with plugin_header-integration file (#40)
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
1 parent 0c17231 commit 14410ed

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.6
2+
- DOC:Replaced plugin_header file with plugin_header-integration file. [#40](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/40)
3+
14
## 5.0.5
25
- Fixed user sequel_opts not being passed down properly [#37](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/37)
36
- Refactored jdbc_streaming to share driver loading, so the fixes from the jdbc plugin also effect jdbc_streaming

docs/filter-jdbc_static.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:integration: jdbc
12
:plugin: jdbc_static
23
:type: filter
34

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

1718
=== Jdbc_static filter plugin
1819

19-
include::{include_path}/plugin_header.asciidoc[]
20+
include::{include_path}/plugin_header-integration.asciidoc[]
2021

2122
==== Description
2223

docs/filter-jdbc_streaming.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:integration: jdbc
12
:plugin: jdbc_streaming
23
:type: filter
34

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

1718
=== Jdbc_streaming filter plugin
1819

19-
include::{include_path}/plugin_header.asciidoc[]
20+
include::{include_path}/plugin_header-integration.asciidoc[]
2021

2122
==== Description
2223

docs/input-jdbc.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:integration: jdbc
12
:plugin: jdbc
23
:type: input
34
:default_codec: plain
@@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!
1718

1819
=== Jdbc input plugin
1920

20-
include::{include_path}/plugin_header.asciidoc[]
21+
include::{include_path}/plugin_header-integration.asciidoc[]
2122

2223
==== Description
2324

logstash-integration-jdbc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-integration-jdbc'
3-
s.version = '5.0.5'
3+
s.version = '5.0.6'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Integration with JDBC - input and filter plugins"
66
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"

0 commit comments

Comments
 (0)