zeek/auxil/zeekctl/testing/Cfg/etc/node.cfg__env_vars
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
334 B
Plaintext

# Cluster configuration with a node-specific env_vars specified.
[manager]
type=manager
host=localhost
[proxy-1]
type=proxy
host=localhost
[worker-1]
type=worker
host=localhost
interface=eth0
env_vars=myVar1="some Node val",MYVAR3=nodeval3, Myvar4 = "one;value",myvar6='$PATH'
[worker-2]
type=worker
host=localhost
interface=eth1