Skip to content

Commit

Permalink
Fix for XSOAR automation insights dashboard (#35292)
Browse files Browse the repository at this point in the history
* added the relevant script to the metrics

* added rn

* fix

* pre commit

* fix

* updated RN after revert

* Update Packs/CommonDashboards/ReleaseNotes/1_7_4.md

Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>

---------

Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
  • Loading branch information
2 people authored and maimorag committed Jul 16, 2024
1 parent dd51e55 commit 2289cd5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,9 @@
},
"type": "above"
},
"keys": [
"sum|droppedCount"
],
"valuesFormat": "abbreviated"
},
"category": ""
Expand Down Expand Up @@ -972,7 +975,7 @@
"prevName": "Use Case Adoption Coverage",
"dataType": "scripts",
"widgetType": "text",
"query": "UseCaseAdoptionMetrics",
"query": "AdoptionMetrics",
"isPredefined": false,
"dateRange": {
"fromDate": "0001-01-01T00:00:00Z",
Expand Down
12 changes: 12 additions & 0 deletions Packs/CommonDashboards/ReleaseNotes/1_7_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

#### Dashboards

##### XSOAR Automation Insights

- Updated the "Adoption Metrics" widgets' script.

#### Scripts

##### AdoptionMetrics

- Fixed the return argument.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def main():
t.append({'Use Case Adoption & Coverage': use_case, 'Status': '❌'})
table = tableToMarkdown(name='Use Case Coverage', t=t, headers=headers)

return_results(table)
return table


Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonDashboards/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Dashboards",
"description": "Frequently used dashboards pack.",
"support": "xsoar",
"currentVersion": "1.7.3",
"currentVersion": "1.7.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 2289cd5

Please sign in to comment.