File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ To change the kafka compression type of the producer side configure the followin
153
153
The list of codecs is available in the [ Sarama documentation] ( https://pkg.go.dev/github.com/Shopify/sarama#CompressionCodec ) .
154
154
155
155
156
- By default, the collector will listen for IPFIX/NetFlow V9 on port 2055
156
+ By default, the collector will listen for IPFIX/NetFlow V9/NetFlow V5 on port 2055
157
157
and sFlow on port 6343.
158
158
To change the sockets binding, you can set the ` -listen ` argument and a URI
159
- for each protocol (` netflow ` , ` sflow ` and ` nfl ` as scheme) separated by a comma.
160
- For instance, to create 4 parallel sockets of sFlow and one of NetFlow V5 , you can use:
159
+ for each protocol (` netflow ` , ` sflow ` or ` flow ` for both as scheme) separated by a comma.
160
+ For instance, to create 4 parallel sockets of sFlow and one of NetFlow, you can use:
161
161
162
162
``` bash
163
- $ ./goflow2 -listen ' sflow://:6343?count=4,nfl ://:2055'
163
+ $ ./goflow2 -listen ' sflow://:6343?count=4,netflow ://:2055'
164
164
```
165
165
166
166
More information about workers and resource usage is avaialble on the [ Performance page] ( /docs/performance.md ) .
You can’t perform that action at this time.
0 commit comments