mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Remove everything related to aggregation
This commit is contained in:
parent
c5476e8343
commit
5c20d81a6a
10 changed files with 51 additions and 155 deletions
|
@ -13,16 +13,10 @@
|
|||
|
||||
@if ( Cluster::is_enabled() )
|
||||
|
||||
# Use Cluster::node as "endpoint" label
|
||||
redef Telemetry::metrics_export_endpoint_name = Cluster::node;
|
||||
redef Telemetry::metrics_endpoint_name = Cluster::node;
|
||||
|
||||
# The manager opens port 9911 and imports metrics from all nodes by default.
|
||||
@if ( Cluster::local_node_type() == Cluster::MANAGER )
|
||||
redef Telemetry::metrics_port = 9911/tcp;
|
||||
redef Telemetry::metrics_import_topics = vector("zeek/cluster/metrics/");
|
||||
|
||||
@else
|
||||
redef Telemetry::metrics_export_topic = "zeek/cluster/metrics/";
|
||||
@endif
|
||||
|
||||
@endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue