mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Merge pull request #12063 from Security-Onion-Solutions/fix/curator_log_check
Ignore Curator logs
This commit is contained in:
@@ -227,6 +227,9 @@ exclude_log "spool" # disregard zeek analyze logs as this is data specifi
|
|||||||
exclude_log "import" # disregard imported test data the contains error strings
|
exclude_log "import" # disregard imported test data the contains error strings
|
||||||
exclude_log "update.log" # ignore playbook updates due to several known issues
|
exclude_log "update.log" # ignore playbook updates due to several known issues
|
||||||
exclude_log "playbook.log" # ignore due to several playbook known issues
|
exclude_log "playbook.log" # ignore due to several playbook known issues
|
||||||
|
exclude_log "cron-cluster-delete.log" # ignore since Curator has been removed
|
||||||
|
exclude_log "cron-close.log" # ignore since Curator has been removed
|
||||||
|
exclude_log "curator.log" # ignore since Curator has been removed
|
||||||
|
|
||||||
for log_file in $(cat /tmp/log_check_files); do
|
for log_file in $(cat /tmp/log_check_files); do
|
||||||
status "Checking log file $log_file"
|
status "Checking log file $log_file"
|
||||||
|
|||||||
Reference in New Issue
Block a user