@@ -16,32 +16,38 @@ key: value
1616## Configuration Keys
1717The vFlow configuration contains the following keys
1818
19- | Key | Default | Description |
20- | ---------------------| -------------------------------| --------------------------------------------------|
21- | log-file | stdError | name of log file to send logging output to |
22- | verbose | false | enable the full logging |
23- | pid-file | /var/run/vflow.pid | file in which server should write its process ID |
24- | ipfix-enabled | true | enable/disable IPFIX decoders |
25- | ipfix-port | 4739 | server IPFIX UDP port |
26- | ipfix-workers | 200 | IPFIX concurrent decoders |
27- | ipfix-topic | vflow.ipfix | ipfix message queue topic name |
28- | ipfix-udp-size | 1500 | maximum IPFIX UDP packet size |
29- | ipfix-mirror-addr | - | IPFIX 3rd party collector address |
30- | ipfix-mirror-port | 4172 | IPFIX 3rd party collector port |
31- | ipfix-mirror-workers | 5 | IPFIX replicator concurrent packet generator |
32- | ipfix-tpl-cache-file | /tmp/vflow.templates | IPFIX templates cache file |
33- | ipfix-rpc-enabled | true | enable/disable IPFIX RPC |
34- | sflow-enabled | true | enable/disable sFlow decoders |
35- | sflow-port | 6343 | server sFlow UDP port |
36- | sflow-workers | 200 | sFlow concurrent decoders |
37- | sflow-udp-size | 1500 | maximum sFlow UDP packet size |
38- | dynamic-workers | true | enable/disable dynamic workers feature |
39- | sflow-topic | vflow.sflow | sFlow message queue topic name |
40- | stats-enabled | true | enable/disable web stats listener |
41- | stats-http-addr | * | web stats address option at server startup |
42- | stats-http-port | 8081 | web stats TCP port |
43- | mq-name | kafka | message queueing name (kafka or nsq) |
44- | mq-config-file | /usr/local/vflow/etc/kafka.conf| message queue config file |
19+ | Key | Default | Description |
20+ | ------------------------| -------------------------------| --------------------------------------------------|
21+ | log-file | stdError | name of log file to send logging output to |
22+ | verbose | false | enable the full logging |
23+ | pid-file | /var/run/vflow.pid | file in which server should write its process ID |
24+ | ipfix-enabled | true | enable/disable IPFIX decoders |
25+ | ipfix-port | 4739 | server IPFIX UDP port |
26+ | ipfix-workers | 200 | IPFIX concurrent decoders |
27+ | ipfix-topic | vflow.ipfix | ipfix message queue topic name |
28+ | ipfix-udp-size | 1500 | maximum IPFIX UDP packet size |
29+ | ipfix-mirror-addr | - | IPFIX 3rd party collector address |
30+ | ipfix-mirror-port | 4172 | IPFIX 3rd party collector port |
31+ | ipfix-mirror-workers | 5 | IPFIX replicator concurrent packet generator |
32+ | ipfix-tpl-cache-file | /tmp/vflow.templates | IPFIX templates cache file |
33+ | ipfix-rpc-enabled | true | enable/disable IPFIX RPC |
34+ | sflow-enabled | true | enable/disable sFlow decoders |
35+ | sflow-port | 6343 | server sFlow UDP port |
36+ | sflow-workers | 200 | sFlow concurrent decoders |
37+ | sflow-udp-size | 1500 | maximum sFlow UDP packet size |
38+ | sflow-topic | vflow.sflow | sFlow message queue topic name |
39+ | netflow9-enabled | true | enable/disable netflow v9 decoders |
40+ | netflow9-port | 4729 | server netflow v9 UDP port |
41+ | netflow9-workers | 50 | netflow v9 concurrent decoders |
42+ | netflow9-topic | vflow.netflow9 | netflow v9 message queue topic name |
43+ | netflow9-udp-size | 1500 | maximum netflow v9 UDP packet size |
44+ | netflow9-tpl-cache-file | /tmp/netflow9.templates | netflow v9 templates cache file |
45+ | dynamic-workers | true | enable/disable dynamic workers feature |
46+ | stats-enabled | true | enable/disable web stats listener |
47+ | stats-http-addr | * | web stats address option at server startup |
48+ | stats-http-port | 8081 | web stats TCP port |
49+ | mq-name | kafka | message queueing name (kafka or nsq) |
50+ | mq-config-file | /usr/local/vflow/etc/kafka.conf| message queue config file |
4551
4652The default configuration path is /usr/local/vflow/etc/vflow.conf but you can change it as below:
4753```
0 commit comments