Skip to content

Commit 587ece1

Browse files
committed
Add simple example of ipfix ingester
1 parent 743583a commit 587ece1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Use it with:
2+
# ./flowlogs-pipeline --config=contrib/local/ipfix-collector-stdout.yaml
3+
log-level: info
4+
pipeline:
5+
- name: ingest
6+
- name: write
7+
follows: ingest
8+
parameters:
9+
- name: ingest
10+
ingest:
11+
type: ipfix
12+
ipfix:
13+
port: 2055
14+
- name: write
15+
write:
16+
type: stdout

0 commit comments

Comments
 (0)