Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/plugins/codecs/edn.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/codecs/edn_lines.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/azure_event_hubs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/beats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/elastic_agent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
33 changes: 30 additions & 3 deletions docs/plugins/inputs/http.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/jms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
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: 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!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/tcp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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!
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: 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!
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: 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!
Expand Down