Skip to content
Merged
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
30 changes: 16 additions & 14 deletions docs/plugins/codecs/netflow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v4.3.2
:release_date: 2023-12-22
:changelog_url: https://github.com/logstash-plugins/logstash-codec-netflow/blob/v4.3.2/CHANGELOG.md
:include_path: ../include
: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
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
Expand Down Expand Up @@ -38,10 +38,10 @@ The following Netflow/IPFIX exporters have been seen and tested with the most re
|Netflow exporter | v5 | v9 | IPFIX | Remarks
|Barracuda Firewall | | | y | With support for Extended Uniflow
|Cisco ACI | | y | |
|Cisco ASA | | y | |
|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 | |
Comment on lines +41 to +44
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
|Cisco ISR w/ HSL | | N | | Fails because of duplicate fields, see: https://github.com/logstash-plugins/logstash-codec-netflow/issues/93
|Cisco WLC | | y | |
|Citrix Netscaler | | | y | Still some unknown fields, labeled netscalerUnknown<id>
Expand Down Expand Up @@ -118,7 +118,7 @@ To mitigate dropped packets, make sure to increase the Linux kernel receive buff
&nbsp;

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

* Value type is <<path,path>>
* There is no default value for this setting.
Expand All @@ -134,15 +134,15 @@ Template caches are saved as:
* <<path,path>>/ipfix_templates.cache for IPFIX templates.

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

* Value type is <<number,number>>
* Default value is `4000`

Netflow v9/v10 template cache TTL (seconds)

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

* Value type is <<boolean,boolean>>
* Default value is `false`
Expand All @@ -152,7 +152,7 @@ Setting to true will include the flowset_id in events
Allows you to work with sequences, for instance with the aggregate filter

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

* Value type is <<path,path>>
* There is no default value for this setting.
Expand All @@ -177,7 +177,7 @@ There is an implicit PEN 0 for the standard fields.
See <https://github.com/logstash-plugins/logstash-codec-netflow/blob/master/lib/logstash/codecs/netflow/ipfix.yaml> for the base set.

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

* Value type is <<path,path>>
* There is no default value for this setting.
Expand All @@ -201,17 +201,19 @@ id:
See <https://github.com/logstash-plugins/logstash-codec-netflow/blob/master/lib/logstash/codecs/netflow/netflow.yaml> for the base set.

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

* Value type is <<string,string>>
* Default value is `"netflow"`

Specify into what field you want the Netflow data.

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

* Value type is <<array,array>>
* Default value is `[5, 9, 10]`

Specify which Netflow versions you will accept.


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.3
:release_date: 2025-11-04
:changelog_url: https://github.com/logstash-plugins/logstash-input-azure_event_hubs/blob/v1.5.3/CHANGELOG.md
:version: v1.5.4
:release_date: 2026-01-21
:changelog_url: https://github.com/logstash-plugins/logstash-input-azure_event_hubs/blob/v1.5.4/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.1
:release_date: 2025-12-22
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.1/CHANGELOG.md
:version: v11.8.2
:release_date: 2026-01-17
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.2/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.1
:release_date: 2025-12-22
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.1/CHANGELOG.md
:version: v11.8.2
:release_date: 2026-01-17
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.2/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.1
:release_date: 2025-12-22
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.1/CHANGELOG.md
:version: v11.8.2
:release_date: 2026-01-17
:changelog_url: https://github.com/logstash-plugins/logstash-integration-kafka/blob/v11.8.2/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down