policy/frameworks/cluster/controller/util.zeek

ClusterController::Util

Utility functions for the cluster controller framework, available to agent and controller.

Namespace

ClusterController::Util

Summary

Functions

ClusterController::Util::set_to_vector: function

Renders a set of strings to an alphabetically sorted vector.

Detailed Interface

Functions

ClusterController::Util::set_to_vector
Type

function (ss: set [string]) : vector of string

Renders a set of strings to an alphabetically sorted vector.

Ss

the string set to convert.

Returns

the vector of all strings in ss.