-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd338bf
commit a974d5a
Showing
1 changed file
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,23 @@ | |
"changelog": "CHANGELOG.md", | ||
"description": "Gain insights into Avast logs.", | ||
"title": "Avast", | ||
"media": [], | ||
"media": [ | ||
{ | ||
"caption": "Avast - Audit Summary", | ||
"image_url": "images/avast_audit_summary.png", | ||
"media_type": "image" | ||
}, | ||
{ | ||
"caption": "Avast - Task and Patch Summary", | ||
"image_url": "images/avast_task_and_patch_summary.png", | ||
"media_type": "image" | ||
}, | ||
{ | ||
"caption": "Avast - Threat Summary", | ||
"image_url": "images/avast_threat_summary.png", | ||
"media_type": "image" | ||
} | ||
], | ||
"classifier_tags": [ | ||
"Category::Log Collection", | ||
"Category::Security", | ||
|
@@ -31,9 +47,9 @@ | |
} | ||
}, | ||
"dashboards": { | ||
"Avast - Audit Summary" : "assets/dashboards/avast_audit_summary.json", | ||
"Avast - Task and Patch Summary" : "assets/dashboards/avast_task_and_patch_summary.json", | ||
"Avast - Threat Summary" : "assets/dashboards/avast_threat_summary.json" | ||
"Avast - Audit Summary": "assets/dashboards/avast_audit_summary.json", | ||
"Avast - Task and Patch Summary": "assets/dashboards/avast_task_and_patch_summary.json", | ||
"Avast - Threat Summary": "assets/dashboards/avast_threat_summary.json" | ||
}, | ||
"logs": { | ||
"source": "avast" | ||
|
@@ -45,4 +61,4 @@ | |
"homepage": "https://www.datadoghq.com", | ||
"sales_email": "[email protected]" | ||
} | ||
} | ||
} |