Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates documentation for version 9.2 by bumping plugin versions and release dates across multiple Logstash plugin documentation files. The changes update version metadata from older releases to newer versions dated in January 2026.
Changes:
- Updated Kafka integration plugins (input/output/integration) from v11.8.1 to v11.8.2 with release date 2026-01-17
- Updated Azure Event Hubs input plugin from v1.5.3 to v1.5.4 with release date 2026-01-21
- Updated Netflow codec from v4.3.2 to v4.3.3 with release date 2026-01-21, along with include path modification and whitespace changes
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/plugins/outputs/kafka.asciidoc | Updated version metadata for Kafka output plugin to v11.8.2 |
| docs/plugins/integrations/kafka.asciidoc | Updated version metadata for Kafka integration plugin to v11.8.2 |
| docs/plugins/inputs/kafka.asciidoc | Updated version metadata for Kafka input plugin to v11.8.2 |
| docs/plugins/inputs/azure_event_hubs.asciidoc | Updated version metadata for Azure Event Hubs input plugin to v1.5.4 |
| docs/plugins/codecs/netflow.asciidoc | Updated version metadata for Netflow codec to v4.3.3, modified include path, and added trailing whitespace |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| :version: v4.3.3 | ||
| :release_date: 2026-01-21 | ||
| :changelog_url: https://github.com/logstash-plugins/logstash-codec-netflow/blob/v4.3.3/CHANGELOG.md | ||
| :include_path: ../../../../logstash/docs/include |
There was a problem hiding this comment.
The include_path has been changed from ../include to ../../../../logstash/docs/include, which is inconsistent with all other codec documentation files in the repository. All other codec files in docs/plugins/codecs/ use ../include as their include_path. Unless this file has been relocated or there's a specific reason for netflow to differ, this should use the same path as other codecs for consistency.
| |Cisco ASA | | y | | | ||
| |Cisco ASR 1k | | | N | Fails because of duplicate fields | ||
| |Cisco ASR 9k | | y | | | ||
| |Cisco IOS 12.x | | y | | | ||
| |Cisco ASR 9k | | y | | | ||
| |Cisco IOS 12.x | | y | | |
There was a problem hiding this comment.
Trailing whitespace has been added to these table rows. This appears to be unintentional as the corresponding rows without remarks (lines 40, 42, 46) do not have trailing whitespace. Trailing whitespace should be removed for consistency.
No description provided.