Skip to content

Commit

Permalink
Fix graylog dashboard error search term (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Sep 19, 2023
1 parent def15f0 commit fdc154e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/graylog/scripts/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
from: 86400
query:
type: elasticsearch
query_string: "message:\"[0;31mERROR\e[0m:\" OR (message:\"ERROR\" AND NOT
query_string: "message:\"[0;31mERROR\" OR (message:\"ERROR\" AND NOT
container_name:Syslog*)"
streams: []
- id: 28b07da9-28ef-4b0b-a505-02bdd7585da4
Expand All @@ -165,7 +165,7 @@
from: 86400
query:
type: elasticsearch
query_string: "message:\"[0;31mERROR\e[0m:\" OR (message:\"ERROR\" AND NOT
query_string: "message:\"[0;31mERROR\" OR (message:\"ERROR\" AND NOT
container_name:Syslog*)"
streams: []
- id: 02e34a4f-e248-4026-8e4d-109b88ca2617
Expand Down

0 comments on commit fdc154e

Please sign in to comment.