mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Introduce metrics_port to supervisor and management framework.
This only adds the port value in the various required places. Its actual use follows in the next commits.
This commit is contained in:
parent
9e3c3b6923
commit
4e862cae9a
5 changed files with 37 additions and 0 deletions
|
@ -30,6 +30,8 @@ export {
|
|||
## The PCAP file name from which the node will read/analyze packets.
|
||||
## Typically used by worker nodes.
|
||||
pcap_file: string &optional;
|
||||
## The TCP port at which the cluster node exposes metrics for Prometheus.
|
||||
metrics_port: port &optional;
|
||||
};
|
||||
|
||||
## Configuration options that influence behavior of a supervised Zeek node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue