Skip to content

Commit 7c181cc

Browse files
cherryleafGinnyGaliciabmorelli25ellis-elastic
authored
Update Netflow readme (#3002)
Add links to Netflow V9 and IPFIX RFCs. Co-authored-by: GinnyC <92439019+GinnyGalicia@users.noreply.github.com> Co-authored-by: cherryleaf-ginny <ginny@cherryleaf.com> Co-authored-by: Brandon Morelli <bmorelli25@gmail.com> Co-authored-by: cherryleaf-ellis <ellis.pratt@elastic.co>
1 parent 09ba6c1 commit 7c181cc

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

packages/netflow/_dev/build/docs/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Netflow Integration
22

3-
This integration is for receiving NetFlow and IPFIX flow records over UDP. It
4-
supports NetFlow versions 1, 5, 6, 7, 8 and 9, as well as IPFIX. For NetFlow
5-
versions older than 9, fields are mapped automatically to NetFlow v9.
3+
This integration is for receiving NetFlow and IPFIX flow records over UDP.
4+
It supports NetFlow versions 1, 5, 6, 7, 8 and 9, as well as IPFIX. For NetFlow versions older than 9, fields are mapped automatically to NetFlow v9.
5+
6+
For more information on Netflow and IPFIX, see:
7+
8+
- [Cisco Systems NetFlow Services Export Version 9](https://www.ietf.org/rfc/rfc3954.txt)
9+
- [Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information](https://www.ietf.org/rfc/rfc7011.txt)
610

711
It includes the following dataset:
812

packages/netflow/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.2.1"
3+
changes:
4+
- description: Added link to Netflow documentation
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3002
27
- version: "2.2.0"
38
changes:
49
- description: Update package to ECS 8.4.0

packages/netflow/docs/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Netflow Integration
22

3-
This integration is for receiving NetFlow and IPFIX flow records over UDP. It
4-
supports NetFlow versions 1, 5, 6, 7, 8 and 9, as well as IPFIX. For NetFlow
5-
versions older than 9, fields are mapped automatically to NetFlow v9.
3+
This integration is for receiving NetFlow and IPFIX flow records over UDP.
4+
It supports NetFlow versions 1, 5, 6, 7, 8 and 9, as well as IPFIX. For NetFlow versions older than 9, fields are mapped automatically to NetFlow v9.
5+
6+
For more information on Netflow and IPFIX, see:
7+
8+
- [Cisco Systems NetFlow Services Export Version 9](https://www.ietf.org/rfc/rfc3954.txt)
9+
- [Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information](https://www.ietf.org/rfc/rfc7011.txt)
610

711
It includes the following dataset:
812

packages/netflow/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: netflow
33
title: NetFlow Records
4-
version: "2.2.0"
4+
version: "2.2.1"
55
license: basic
66
description: Collect flow records from NetFlow and IPFIX exporters with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)