-
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.
[SAASINT-3328] DDS: Avast: Crawler Integration Without Assets (#18911)
* initial commit * updated tile descrption * Update CODEOWNERS --------- Co-authored-by: Abhi Shah <[email protected]>
- Loading branch information
1 parent
3b7a117
commit fa78c3c
Showing
6 changed files
with
90 additions
and
4 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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# CHANGELOG - avast | ||
|
||
## 1.0.0 / 2024-10-17 | ||
|
||
***Added***: | ||
|
||
* Initial Release |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Avast | ||
|
||
## Overview | ||
|
||
[Avast Business Hub][1] is a cloud-based platform that helps businesses easily manage their Avast security solutions. It offers real-time threat monitoring, detailed reporting, and centralized network security control. With its intuitive interface, businesses can effectively safeguard their networks from cyberthreats. | ||
|
||
## Setup | ||
|
||
### Configuration | ||
|
||
!!! Add list of steps to set up this integration !!! | ||
|
||
### Validation | ||
|
||
!!! Add steps to validate integration is functioning as expected !!! | ||
|
||
## Data Collected | ||
|
||
### Logs | ||
|
||
The Avast integration collects logs and forwards them to Datadog. | ||
|
||
### Metrics | ||
|
||
The Avast integration does not include any metrics. | ||
|
||
### Events | ||
|
||
The Avast integration does not include any events. | ||
|
||
## Troubleshooting | ||
|
||
Need help? Contact [Datadog support][2]. | ||
|
||
[1]: https://www.avast.com/business/business-hub | ||
[2]: https://docs.datadoghq.com/help/ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"manifest_version": "2.0.0", | ||
"app_uuid": "565f6318-d5c4-494f-a001-5427c6be2948", | ||
"app_id": "avast", | ||
"display_on_public_website": false, | ||
"tile": { | ||
"overview": "README.md#Overview", | ||
"configuration": "README.md#Setup", | ||
"support": "README.md#Support", | ||
"changelog": "CHANGELOG.md", | ||
"description": "Gain insights into Avast logs.", | ||
"title": "Avast", | ||
"media": [], | ||
"classifier_tags": [ | ||
"Category::Log Collection", | ||
"Category::Security", | ||
"Offering::Integration", | ||
"Submitted Data Type::Logs" | ||
] | ||
}, | ||
"assets": { | ||
"integration": { | ||
"auto_install": false, | ||
"source_type_id": 29147931, | ||
"source_type_name": "Avast", | ||
"events": { | ||
"creates_events": false | ||
}, | ||
"service_checks": { | ||
"metadata_path": "assets/service_checks.json" | ||
} | ||
}, | ||
"logs": { | ||
"source": "avast" | ||
} | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
"name": "Datadog", | ||
"homepage": "https://www.datadoghq.com", | ||
"sales_email": "[email protected]" | ||
} | ||
} |