-
Notifications
You must be signed in to change notification settings - Fork 60
updated docs for 9.2 #2007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
updated docs for 9.2 #2007
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| /////////////////////////////////////////// | ||
| END - GENERATED VARIABLES, DO NOT EDIT! | ||
| /////////////////////////////////////////// | ||
|
|
@@ -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
|
||
| |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> | ||
|
|
@@ -118,7 +118,7 @@ To mitigate dropped packets, make sure to increase the Linux kernel receive buff | |
| | ||
|
|
||
| [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. | ||
|
|
@@ -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` | ||
|
|
@@ -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. | ||
|
|
@@ -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. | ||
|
|
@@ -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. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
../includeto../../../../logstash/docs/include, which is inconsistent with all other codec documentation files in the repository. All other codec files in docs/plugins/codecs/ use../includeas 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.