mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
log check tool initial
This commit is contained in:
@@ -40,7 +40,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
echo " --exclude-connection-errors exclude errors caused by a recent server or container restart"
|
echo " --exclude-connection-errors exclude errors caused by a recent server or container restart"
|
||||||
echo " --exclude-false-positives exclude logs that are not actual errors but contain the error string"
|
echo " --exclude-false-positives exclude logs that are not actual errors but contain the error string"
|
||||||
echo " --exclude-known-errors exclude errors that are known and non-critical issues"
|
echo " --exclude-known-errors exclude errors that are known and non-critical issues"
|
||||||
echo " --unknown exclude everthing mentioned above; only show unknown errors"
|
echo " --unknown exclude everything mentioned above; only show unknown errors"
|
||||||
echo ""
|
echo ""
|
||||||
echo "A non-zero return value indicates errors were found"
|
echo "A non-zero return value indicates errors were found"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user