diff --git a/dashboards/anyway_logs.json b/dashboards/anyway_logs.json index 32d92b0..dd36831 100644 --- a/dashboards/anyway_logs.json +++ b/dashboards/anyway_logs.json @@ -1121,21 +1121,31 @@ }, { "current": { - "text": "debug", - "value": "debug" + "text": "|debug|info|warn|error", + "value": "|debug|info|warn|error" }, "description": "Allows to filter the logs based on their level", "name": "LogLevel", "options": [ - { - "selected": false, - "text": "info", - "value": "info" - }, { "selected": true, "text": "debug", - "value": "debug" + "value": "|debug|info|warn|error" + }, + { + "selected": false, + "text": "info", + "value": "|info|warn|error" + }, + { + "selected": false, + "text": "warn", + "value": "|warn|error" + }, + { + "selected": false, + "text": "error", + "value": "|error" } ], "query": "debug : |debug|info|warn|error , info : |info|warn|error , warn : |warn|error , error : |error", @@ -1144,7 +1154,7 @@ ] }, "time": { - "from": "now-24h", + "from": "now-7d", "to": "now" }, "timepicker": {