Skip to content

Commit 17e9a6d

Browse files
authored
Add ipfix to config document (#73)
* Add ipfix config * Edit ipfix tcp/udp
1 parent 5302974 commit 17e9a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The following environment variables are available to configure the NetObserv eBFP Agent:
44

5-
* `EXPORT` (default: `grpc`). Flows' exporter protocol. Accepted values are: `grpc` or `kafka`.
6-
* `FLOWS_TARGET_HOST` (required if `EXPORT` is `grpc`). Host name or IP of the target Flow collector.
7-
* `FLOWS_TARGET_PORT` (required if `EXPORT` is `grpc`). Port of the target flow collector.
5+
* `EXPORT` (default: `grpc`). Flows' exporter protocol. Accepted values are: `grpc` or `kafka` or `ipfix+tcp` or `ipfix+udp`.
6+
* `FLOWS_TARGET_HOST` (required if `EXPORT` is `grpc` or `ipfix+[tcp/udp]`). Host name or IP of the target Flow collector.
7+
* `FLOWS_TARGET_PORT` (required if `EXPORT` is `grpc` or `ipfix+[tcp/udp]`). Port of the target flow collector.
88
* `INTERFACES` (optional). Comma-separated list of the interface names from where flows will be collected. If
99
empty, the agent will use all the interfaces in the system, excepting the ones listed in
1010
the `EXCLUDE_INTERFACES` variable.

0 commit comments

Comments
 (0)