Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
17bf8c1
Update README.md
GinnyGalicia Mar 10, 2022
0b2fc35
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
dependabot[bot] Mar 30, 2022
cd6e46d
Markdown tidy up of readme file
GinnyGalicia Apr 4, 2022
e9aad4e
Update readme
GinnyGalicia Apr 5, 2022
07f3de3
update to reset main
GinnyGalicia Apr 5, 2022
fb2f512
reset to main build
GinnyGalicia Apr 5, 2022
2cdd3bb
update readme
GinnyGalicia Apr 5, 2022
fc18bec
Bump github.com/elastic/package-registry from 1.7.0 to 1.8.0
dependabot[bot] Apr 5, 2022
ba3503c
Update changelog
GinnyGalicia Apr 5, 2022
830cfdc
Update README.md
GinnyGalicia Apr 5, 2022
f7759ab
Merge pull request #6 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
f675166
Merge pull request #2 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
52b1559
Bump github.com/magefile/mage from 1.11.0 to 1.13.0
dependabot[bot] Apr 6, 2022
101ca85
Merge pull request #3 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
0e2b24c
Bump github.com/elastic/elastic-package from 0.38.0 to 0.46.0
dependabot[bot] Apr 6, 2022
0490a16
Merge pull request #7 from GinnyGalicia/dependabot/go_modules/github.…
GinnyGalicia Apr 6, 2022
18608b9
Merge branch 'elastic:main' into main
GinnyGalicia Apr 7, 2022
e4b47c2
Merge branch 'main' into netflow-docs
GinnyGalicia Apr 7, 2022
5a5a7ea
Update packages/netflow/changelog.yml
GinnyGalicia Apr 8, 2022
009f2b0
Reset 1Password Readme
GinnyGalicia Apr 12, 2022
1529448
Update Changelog and ran build
GinnyGalicia Apr 12, 2022
024aa95
Update readme
ellis-elastic Aug 9, 2022
b60f24c
Ran build
ellis-elastic Aug 9, 2022
057f555
Merge branch 'main' into netflow-docs
GinnyGalicia Aug 9, 2022
d2abdb1
Merge branch 'netflow-docs' of https://github.com/GinnyGalicia/integr…
ellis-elastic Aug 15, 2022
a4a47ab
Ran build
ellis-elastic Aug 15, 2022
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
10 changes: 7 additions & 3 deletions packages/netflow/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Netflow Integration

This integration is for receiving NetFlow and IPFIX flow records over UDP. 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.
This integration is for receiving NetFlow and IPFIX flow records over UDP.
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.

For more information on Netflow and IPFIX, see:

- [Cisco Systems NetFlow Services Export Version 9](https://www.ietf.org/rfc/rfc3954.txt)
- [Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information](https://www.ietf.org/rfc/rfc7011.txt)

It includes the following dataset:

Expand Down
5 changes: 5 additions & 0 deletions packages/netflow/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.2.1"
changes:
- description: Added link to Netflow documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/3002
- version: "2.2.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
10 changes: 7 additions & 3 deletions packages/netflow/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Netflow Integration

This integration is for receiving NetFlow and IPFIX flow records over UDP. 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.
This integration is for receiving NetFlow and IPFIX flow records over UDP.
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.

For more information on Netflow and IPFIX, see:

- [Cisco Systems NetFlow Services Export Version 9](https://www.ietf.org/rfc/rfc3954.txt)
- [Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information](https://www.ietf.org/rfc/rfc7011.txt)

It includes the following dataset:

Expand Down
2 changes: 1 addition & 1 deletion packages/netflow/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: netflow
title: NetFlow Records
version: "2.2.0"
version: "2.2.1"
license: basic
description: Collect flow records from NetFlow and IPFIX exporters with Elastic Agent.
type: integration
Expand Down