diff --git a/docs/plugins/codecs/edn.asciidoc b/docs/plugins/codecs/edn.asciidoc index 7c7b5f88..6903c1f7 100644 --- a/docs/plugins/codecs/edn.asciidoc +++ b/docs/plugins/codecs/edn.asciidoc @@ -5,9 +5,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v3.1.0 -:release_date: 2021-08-04 -:changelog_url: https://github.com/logstash-plugins/logstash-codec-edn/blob/v3.1.0/CHANGELOG.md +:version: v3.1.1 +:release_date: 2026-08-12 +:changelog_url: https://github.com/logstash-plugins/logstash-codec-edn/blob/v3.1.1/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/codecs/edn_lines.asciidoc b/docs/plugins/codecs/edn_lines.asciidoc index 0fc2c316..e76df9b9 100644 --- a/docs/plugins/codecs/edn_lines.asciidoc +++ b/docs/plugins/codecs/edn_lines.asciidoc @@ -5,9 +5,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v3.1.0 -:release_date: 2021-08-04 -:changelog_url: https://github.com/logstash-plugins/logstash-codec-edn_lines/blob/v3.1.0/CHANGELOG.md +:version: v3.1.1 +:release_date: 2026-08-12 +:changelog_url: https://github.com/logstash-plugins/logstash-codec-edn_lines/blob/v3.1.1/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/azure_event_hubs.asciidoc b/docs/plugins/inputs/azure_event_hubs.asciidoc index ad3ab6e7..e3a6f824 100644 --- a/docs/plugins/inputs/azure_event_hubs.asciidoc +++ b/docs/plugins/inputs/azure_event_hubs.asciidoc @@ -6,9 +6,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v1.5.8 -:release_date: 2026-06-30 -:changelog_url: https://github.com/logstash-plugins/logstash-input-azure_event_hubs/blob/v1.5.8/CHANGELOG.md +:version: v1.5.9 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-input-azure_event_hubs/blob/v1.5.9/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/beats.asciidoc b/docs/plugins/inputs/beats.asciidoc index caed427b..8cb7d5d4 100644 --- a/docs/plugins/inputs/beats.asciidoc +++ b/docs/plugins/inputs/beats.asciidoc @@ -8,9 +8,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v6.9.11 -:release_date: 2026-07-23 -:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v6.9.11/CHANGELOG.md +:version: v6.9.12 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v6.9.12/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/elastic_agent.asciidoc b/docs/plugins/inputs/elastic_agent.asciidoc index cdd06b06..da090ace 100644 --- a/docs/plugins/inputs/elastic_agent.asciidoc +++ b/docs/plugins/inputs/elastic_agent.asciidoc @@ -8,9 +8,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v6.9.11 -:release_date: 2026-07-23 -:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v6.9.11/CHANGELOG.md +:version: v6.9.12 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-input-beats/blob/v6.9.12/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/http.asciidoc b/docs/plugins/inputs/http.asciidoc index a3c360cd..81ec8110 100644 --- a/docs/plugins/inputs/http.asciidoc +++ b/docs/plugins/inputs/http.asciidoc @@ -6,9 +6,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v3.10.11 -:release_date: 2026-07-29 -:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.10.11/CHANGELOG.md +:version: v3.11.1 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.11.1/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! @@ -91,6 +91,33 @@ Values in `additional_codecs` are prioritized over those specified in the `codec` option. That is, the default `codec` is applied only if no codec for the request's content-type is found in the `additional_codecs` setting. +[id="plugins-{type}s-{plugin}-wire-logging"] +==== Enable wire logging +This plugin could log all requests and responses passing through the socket after TLS decoding. +This functionality helps troubleshoot issues in the processing pipeline that standard +external traffic captures, such as `tcpdump`, cannot resolve. +By default it's disabled, to dump received and sent payloads post-TLS decoding, enable debug logging +for `org.logstash.plugins.inputs.http.util.WireLogger`. +Note: Payloads exceeding 4 KB are automatically truncated to prevent excessive log file growth. +If you want to set a different limit, then in {ls} `config/jvm.options` configure a value for the system property `logstash.httpinput.wire.dump.size`. + +[source,text] +----- +-Dlogstash.httpinput.wire.dump.size=512 +----- +If you want to remove any limit, at the risk of polluting {ls} logs, set it to `0`. +Admitted values are only integers greater or equals to 0. + +To enable it start {ls} in debug mode or configure the `config/log4j2.properties` to include: + +[source,text] +----- +logger.httpwire.name = org.logstash.plugins.inputs.http.util.WireLogger +logger.httpwire.level = DEBUG +----- + +WARNING: when this log is enabled the payload is dumped, so if contains secretes those are exposed in {ls} logs. + [id="plugins-{type}s-{plugin}-options"] ==== Http Input Configuration Options diff --git a/docs/plugins/inputs/jms.asciidoc b/docs/plugins/inputs/jms.asciidoc index 0e3146fc..5c1c4da6 100644 --- a/docs/plugins/inputs/jms.asciidoc +++ b/docs/plugins/inputs/jms.asciidoc @@ -6,9 +6,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v3.3.1 -:release_date: 2025-09-08 -:changelog_url: https://github.com/logstash-plugins/logstash-input-jms/blob/v3.3.1/CHANGELOG.md +:version: v3.3.2 +:release_date: 2026-08-12 +:changelog_url: https://github.com/logstash-plugins/logstash-input-jms/blob/v3.3.2/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/kafka.asciidoc b/docs/plugins/inputs/kafka.asciidoc index f3289b11..34e2e1ca 100644 --- a/docs/plugins/inputs/kafka.asciidoc +++ b/docs/plugins/inputs/kafka.asciidoc @@ -9,9 +9,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.8.10 -:release_date: 2026-06-30 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.10/CHANGELOG.md +:version: v11.8.11 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.11/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! diff --git a/docs/plugins/inputs/tcp.asciidoc b/docs/plugins/inputs/tcp.asciidoc index ccdf88e8..d1fc69ad 100644 --- a/docs/plugins/inputs/tcp.asciidoc +++ b/docs/plugins/inputs/tcp.asciidoc @@ -6,9 +6,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v6.4.14 -:release_date: 2026-07-23 -:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v6.4.14/CHANGELOG.md +:version: v6.4.15 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v6.4.15/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 efc9ca48..ebbc1d19 100644 --- a/docs/plugins/integrations/kafka.asciidoc +++ b/docs/plugins/integrations/kafka.asciidoc @@ -7,9 +7,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.8.10 -:release_date: 2026-06-30 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.10/CHANGELOG.md +:version: v11.8.11 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.11/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 017e6db3..4057ad30 100644 --- a/docs/plugins/outputs/kafka.asciidoc +++ b/docs/plugins/outputs/kafka.asciidoc @@ -9,9 +9,9 @@ /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// -:version: v11.8.10 -:release_date: 2026-06-30 -:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.10/CHANGELOG.md +:version: v11.8.11 +:release_date: 2026-08-20 +:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.11/CHANGELOG.md :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT!