Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vmware_esxi_nic_mellanox_issue.cfg #7678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atcyuth
Copy link
Contributor

@atcyuth atcyuth commented Jan 16, 2025

added another search string : command failed: IO was aborted

@@ -10,7 +10,8 @@ QueryJson = {
"bool": {
"must": [
{ "match_phrase": { "syslog_message": "Health: Miss counters detected" }},
{ "match": { "syslog_message": "NMLX_ERR" }}
{ "match": { "syslog_message": "NMLX_ERR" }},
{ "match": { "syslog_message": "command failed: IO was aborted" }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The syntax here won't quite work like this!
@max-len is still working on the issue and will rewrite it.

Suggested change
{ "match": { "syslog_message": "command failed: IO was aborted" }}

Copy link
Contributor

@kevin-fischer kevin-fischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@max-len, it seems that you also reverted the filter range
from now-15m to now-1h again.
See here: --> 4d8477a.

Was this intentional?
If not, could we please change it back before merging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants