docs(kb): suppress noisy messages from the System Logs view#487
Open
CarlRodabaugh wants to merge 1 commit into
Open
docs(kb): suppress noisy messages from the System Logs view#487CarlRodabaugh wants to merge 1 commit into
CarlRodabaugh wants to merge 1 commit into
Conversation
Add a KB article for a recurring support pattern: hardware/driver messages that repeat in System -> Logs without indicating a real fault (e.g. an HBA driver logging a failed ioctl on every poll). Covers capturing the stable message text, building a POSIX ERE pattern, adding it to syslog_regex_list via the API, reloading log capture per node, and verifying in the Logs view. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New KB article for a recurring support pattern: hardware/driver messages that repeat constantly in System → Logs without indicating a real fault — the classic case being a storage HBA driver logging a failed ioctl on every poll. The article walks through capturing the stable part of the message, building a POSIX ERE pattern, adding it to
syslog_regex_listvia the API, reloading log capture per node, and verifying in the Logs view.Type
How-to / Troubleshooting (system logs)
Source
Recurring support pattern. Promoted from internal support KB.
Note for reviewers
The
syslog_regex_listsetting isn't exposed in System → Settings → Advanced Settings, so the article routes users through System → API Documentation to set it. The central caveat, repeated in the intro and at verification: the filter only hides lines from the UI Logs view — the kernel still writes them, so they stay in the raw syslog inside a sysdiag by design. Verify in the Logs view, not by grepping a sysdiag.Checks
validate_frontmatter.pypasses locallyadvanced-system-settings,node-diagnostics)🤖 Generated with Claude Code