-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
-
As the developer/operator of a program, I want to be notified of any new kind of log entry as soon as it appears, so that I can get early warning of possible problems.
-
... I want to implement this by having a set of rules that identified harmless log entries, so as to be similar to "antilog", a sucessful earlier log reader.
-
As a dev/ops person, and without stopping Sherlock, I want to update the rules if the log entry is harmless, so I won't be notified any more.
-
... I want to update the rules if I subsequently find a log entry is not harmless.
-
... I want to update the rules if I find I have written an incorrect rule.
-
As a dev/ops person I want to develop a set of rules for a new kind of log withou affecting the running copy of sherlock.
-
.. I wish to add new rulesets and logs easily, but not necessarily without stopping Sherlock.