Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/plugins/filters/jdbc_static.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v5.0.7
:release_date: 2021-04-15
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.0.7/CHANGELOG.md
:version: v5.1.1
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.1.1/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down Expand Up @@ -423,7 +423,7 @@ according to the table below.
|=======================================================================
|Setting |Input type|Required
| id|string|No
| table|string|Yes
| local_table|string|Yes
| query|string|Yes
| max_rows|number|No
| jdbc_connection_string|string|No
Expand All @@ -439,7 +439,7 @@ id::
An optional identifier. This is used to identify the loader that is
generating error messages and log lines.

table::
local_table::
The destination table in the local lookup database that the loader will fill.

query::
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/filters/jdbc_streaming.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v5.0.7
:release_date: 2021-04-15
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.0.7/CHANGELOG.md
:version: v5.1.1
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.1.1/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
18 changes: 15 additions & 3 deletions docs/plugins/inputs/jdbc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v5.0.7
:release_date: 2021-04-15
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.0.7/CHANGELOG.md
:version: v5.1.1
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.1.1/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down Expand Up @@ -212,6 +212,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
| <<plugins-{type}s-{plugin}-sql_log_level>> |<<string,string>>, one of `["fatal", "error", "warn", "info", "debug"]`|No
| <<plugins-{type}s-{plugin}-statement>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-statement_filepath>> |a valid filesystem path|No
| <<plugins-{type}s-{plugin}-target>> | {logstash-ref}/field-references-deepdive.html[field reference] | No
| <<plugins-{type}s-{plugin}-tracking_column>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-tracking_column_type>> |<<string,string>>, one of `["numeric", "timestamp"]`|No
| <<plugins-{type}s-{plugin}-use_column_value>> |<<boolean,boolean>>|No
Expand Down Expand Up @@ -536,6 +537,17 @@ with the `parameters` setting.

Path of file containing statement to execute

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

* Value type is {logstash-ref}/field-references-deepdive.html[field reference]
* There is no default value for this setting.

Without a `target`, events are created from each row column at the root level.
When the `target` is set to a field reference, the column of each row is placed in the target field instead.

This option can be useful to avoid populating unknown fields when a downstream schema such as ECS is enforced.

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

Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v10.7.4
:release_date: 2021-04-14
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.4/CHANGELOG.md
:version: v10.7.5
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.5/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/integrations/jdbc.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v5.0.7
:release_date: 2021-04-15
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.0.7/CHANGELOG.md
:version: v5.1.1
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-jdbc/blob/v5.1.1/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/integrations/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v10.7.4
:release_date: 2021-04-14
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.4/CHANGELOG.md
:version: v10.7.5
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.5/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/outputs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v10.7.4
:release_date: 2021-04-14
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.4/CHANGELOG.md
:version: v10.7.5
:release_date: 2021-05-26
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v10.7.5/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down