Skip to content

Commit

Permalink
Merge pull request #11406 from Security-Onion-Solutions/jertel/lc
Browse files Browse the repository at this point in the history
ignore generic python stack trace log lines of code, rely on actual e…
  • Loading branch information
jertel authored Sep 27, 2023
2 parents ae9619f + 4666916 commit 1e04199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/common/tools/sbin/so-log-check
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ fi

if [[ $EXCLUDE_KNOWN_ERRORS == 'Y' ]]; then
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|eof"
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|raise error" # redis/python generic stack line, rely on other lines for actual error
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|fail(error)" # redis/python generic stack line, rely on other lines for actual error
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|urlerror" # idstools connection timeout
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|timeouterror" # idstools connection timeout
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|forbidden" # playbook
Expand Down

0 comments on commit 1e04199

Please sign in to comment.