Skip to content

Commit

Permalink
Use more specific log string as provided by vmware
Browse files Browse the repository at this point in the history
  • Loading branch information
max-len authored Dec 23, 2024
1 parent 7a2bef8 commit 0ae718e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ QueryJson = {
"query": {
"bool": {
"must": [
{ "match_phrase": { "syslog_message": "command failed: IO was aborted" }},
{ "match_phrase": { "syslog_message": "Health: Miss counters detected" }},
{ "match": { "syslog_message": "NMLX_ERR" }}
],
"filter": [
Expand Down

0 comments on commit 0ae718e

Please sign in to comment.