Skip to content

Instantly share code, notes, and snippets.

@bndabbs
Created July 11, 2017 21:53
Show Gist options
  • Save bndabbs/34c79f7e5c85764c326b16bc87d05826 to your computer and use it in GitHub Desktop.
Save bndabbs/34c79f7e5c85764c326b16bc87d05826 to your computer and use it in GitHub Desktop.
event bro_init()
{
for (stream in Log::active_streams)
{
local filter = Log::get_filter(stream, "default");
filter$path = fmt("bro_%s", filter$path);
Log::add_filter(stream, filter);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment