diff --git a/docs/plugins/filters/jdbc_static.asciidoc b/docs/plugins/filters/jdbc_static.asciidoc index 6006e4ffa..9dc7d05cd 100644 --- a/docs/plugins/filters/jdbc_static.asciidoc +++ b/docs/plugins/filters/jdbc_static.asciidoc @@ -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! @@ -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 @@ -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:: diff --git a/docs/plugins/filters/jdbc_streaming.asciidoc b/docs/plugins/filters/jdbc_streaming.asciidoc index e2cc2a185..adfc401e6 100644 --- a/docs/plugins/filters/jdbc_streaming.asciidoc +++ b/docs/plugins/filters/jdbc_streaming.asciidoc @@ -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! diff --git a/docs/plugins/inputs/jdbc.asciidoc b/docs/plugins/inputs/jdbc.asciidoc index 7f9bc0c1a..a35b11b87 100644 --- a/docs/plugins/inputs/jdbc.asciidoc +++ b/docs/plugins/inputs/jdbc.asciidoc @@ -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! @@ -212,6 +212,7 @@ This plugin supports the following configuration options plus the <> |<>, one of `["fatal", "error", "warn", "info", "debug"]`|No | <> |<>|No | <> |a valid filesystem path|No +| <> | {logstash-ref}/field-references-deepdive.html[field reference] | No | <> |<>|No | <> |<>, one of `["numeric", "timestamp"]`|No | <> |<>|No @@ -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` diff --git a/docs/plugins/inputs/kafka.asciidoc b/docs/plugins/inputs/kafka.asciidoc index 2b50cb5b6..879cfe6b0 100644 --- a/docs/plugins/inputs/kafka.asciidoc +++ b/docs/plugins/inputs/kafka.asciidoc @@ -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! diff --git a/docs/plugins/integrations/jdbc.asciidoc b/docs/plugins/integrations/jdbc.asciidoc index 282348fa7..33b705103 100644 --- a/docs/plugins/integrations/jdbc.asciidoc +++ b/docs/plugins/integrations/jdbc.asciidoc @@ -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! diff --git a/docs/plugins/integrations/kafka.asciidoc b/docs/plugins/integrations/kafka.asciidoc index 34b91866b..7565e8e5b 100644 --- a/docs/plugins/integrations/kafka.asciidoc +++ b/docs/plugins/integrations/kafka.asciidoc @@ -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! diff --git a/docs/plugins/outputs/kafka.asciidoc b/docs/plugins/outputs/kafka.asciidoc index 730a55be5..c1be7dbf4 100644 --- a/docs/plugins/outputs/kafka.asciidoc +++ b/docs/plugins/outputs/kafka.asciidoc @@ -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!