Skip to content

Commit

Permalink
Corrected data source tag. (#2141)
Browse files Browse the repository at this point in the history
* Corrected data source tag.

* Fix failed validation check.

* Fix failing check.
  • Loading branch information
srinivas-bitla authored Oct 26, 2023
1 parent 4c4e40c commit 816b3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions seagence/assets/dashboards/seagence_overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"group_by": [],
"search": {
"query": "service:seagence"
"query": "source:seagence"
}
}
],
Expand Down Expand Up @@ -134,7 +134,7 @@
{
"response_format": "event_list",
"query": {
"query_string": "service:seagence",
"query_string": "source:seagence",
"data_source": "event_stream",
"event_size": "l"
},
Expand Down
4 changes: 2 additions & 2 deletions seagence/assets/monitors/defect_detection_monitor.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"created_at": "2023-07-05",
"last_updated_at": "2023-07-05",
"last_updated_at": "2023-10-20",
"title": "Seagence Defect Detection Monitor",
"tags": [
"integration:seagence"
Expand Down Expand Up @@ -36,7 +36,7 @@
}
},
"priority": null,
"query": "events(\"status:error service:seagence\").rollup(\"count\").last(\"5m\") > 0",
"query": "events(\"status:error source:seagence\").rollup(\"count\").last(\"5m\") > 0",
"restricted_roles": null,
"tags": [
"integration:seagence"
Expand Down

0 comments on commit 816b3c5

Please sign in to comment.