Skip to content

Instantly share code, notes, and snippets.

@ximaera
Created April 21, 2020 10:51
Show Gist options
  • Save ximaera/95b0989f1ac63dcc3dda4b700581d58a to your computer and use it in GitHub Desktop.
Save ximaera/95b0989f1ac63dcc3dda4b700581d58a to your computer and use it in GitHub Desktop.
source qrator_radar {
network(
ip("203.0.113.2") # TODO fill in the external IP
transport("udp")
);
};
destination bgp_alerts {
file("/var/log/bgpalerts.log"); # TODO customize the path
};
log {
source(qrator_radar);
destination(bgp_alerts);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment