Skip to content

Commit

Permalink
Update ecs logs dashboard default variables
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Aug 1, 2024
1 parent ebab3ba commit 945e538
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"type": "logs"
}
],
"refresh": "",
"refresh": "1m",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand All @@ -212,8 +212,8 @@
"allValue": ".*",
"current": {
"selected": true,
"text": "logger",
"value": "logger"
"text": "All",
"value": "$__all"
},
"datasource": {
"type": "cloudwatch",
Expand Down Expand Up @@ -245,20 +245,20 @@
{
"current": {
"selected": false,
"text": "mysql",
"value": "mysql"
"text": "",
"value": ""
},
"hide": 0,
"label": "Log Stream",
"name": "log_stream",
"options": [
{
"selected": true,
"text": "mysql",
"value": "mysql"
"text": "",
"value": ""
}
],
"query": "mysql",
"query": "",
"skipUrlSync": false,
"type": "textbox"
},
Expand Down Expand Up @@ -324,6 +324,6 @@
"timezone": "browser",
"title": "ECS Logs",
"uid": "fdn6d7an0e5mod",
"version": 2,
"version": 3,
"weekStart": ""
}

0 comments on commit 945e538

Please sign in to comment.