Skip to content

Commit 9984f11

Browse files
committed
set default_codec doc attribute
1 parent 8a0f7de commit 9984f11

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.3.9
2+
- Docs: Set the default_codec doc attribute.
3+
14
## 4.3.8
25
- [#273](https://github.com/logstash-plugins/logstash-input-jdbc/issues/273) Clarify use of use_column_value. Make last_run_metadata_path reference in record_last_run entry clickable.
36

docs/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:plugin: jdbc
22
:type: input
3+
:default_codec: plain
34

45
///////////////////////////////////////////
56
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -485,3 +486,5 @@ to `false`, `:sql_last_value` reflects the last time the query was executed.
485486

486487
[id="plugins-{type}s-{plugin}-common-options"]
487488
include::{include_path}/{type}.asciidoc[]
489+
490+
:default_codec!:

logstash-input-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-input-jdbc'
3-
s.version = '4.3.8'
3+
s.version = '4.3.9'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Creates events from JDBC data"
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)