YAML Configuration Files
Apstra Flow supports YAML configuration files for all binaries.
To use a YAML file for configuration, place the file in the default location
/etc/juniper/<binary_name>.yml
or specify a custom location with
the --config
or -c
flag when running the binary. For
example:
./flow-collector --config /etc/juniper/flowcoll.yml <this is default location>
Or
./flow-collector -c /etc/flowdata/flowcoll.yml\ <this is an example of a custom location>
Note:
You can also use environment variables to configure the Apstra Flow collector to override the YAML defined values.
To configure log settings for the flow-collector binary, follow these steps: