Skip to content

Commit

Permalink
Fix Neuron logs widget (#19085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd authored Nov 20, 2024
1 parent 7b18212 commit 3e03161
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws_neuron/assets/dashboards/aws_neuron_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
"name": "a",
"data_source": "logs",
"search": {
"query": "source:aws-neuron status:ERROR "
"query": "source:aws_neuron status:error"
},
"indexes": [
"*"
Expand Down Expand Up @@ -1189,4 +1189,5 @@
"layout_type": "ordered",
"notify_list": [],
"reflow_type": "fixed"
}
}

0 comments on commit 3e03161

Please sign in to comment.