From e27aa71ed7735508689be30f192a7183074064f1 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Mon, 24 Oct 2016 15:26:09 -0700 Subject: [PATCH] Updated Generating Sample Events (markdown) --- Generating-Sample-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generating-Sample-Events.md b/Generating-Sample-Events.md index a984b7c..9bce46e 100644 --- a/Generating-Sample-Events.md +++ b/Generating-Sample-Events.md @@ -1,4 +1,4 @@ -If you'd like to see if falco is working properly, we've created a test program [generate_events](https://github.com/draios/falco/blob/dev/docker/event-generator/event_generator.cpp) that performs a bunch of suspect actions that are detected by the current falco ruleset. +If you'd like to see if falco is working properly, we've created a test program [event_generator](https://github.com/draios/falco/blob/dev/docker/event-generator/event_generator.cpp) that performs a bunch of suspect actions that are detected by the current falco ruleset. Here's the usage block for the test program: