Skip to content

Commit

Permalink
Merge pull request #12638 from Security-Onion-Solutions/jertel/logs
Browse files Browse the repository at this point in the history
disregard benign telegraf error
  • Loading branch information
jertel authored Mar 22, 2024
2 parents 2b019ec + f889a08 commit 0e7d08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/common/tools/sbin/so-log-check
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if [[ $EXCLUDE_STARTUP_ERRORS == 'Y' ]]; then
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|error while communicating" # Elasticsearch MS -> HN "sensor" temporarily unavailable
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|tls handshake error" # Docker registry container when new node comes onlines
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|Unable to get license information" # Logstash trying to contact ES before it's ready
EXCLUDED_ERRORS="$EXCLUDED_ERRORS|process already finished" # Telegraf script finished just as the auto kill timeout kicked in
fi

if [[ $EXCLUDE_FALSE_POSITIVE_ERRORS == 'Y' ]]; then
Expand Down

0 comments on commit 0e7d08b

Please sign in to comment.