Skip to content

Commit 5135c50

Browse files
narendranandaniya-crestakaila-crestashah-crest
authored
[SAASINT-3331] DDS: Avast: Crawler Integration v1.0.0 (#19063)
* initial commit * initial commit * updated dashboard * updated assets * updated test yaml file * updated readme file * updated assets * update readme as per new format * updated manifest * addressed review comments --------- Co-authored-by: akaila-crest <abhi.kaila@crestdata.ai> Co-authored-by: Abhi Shah <84003552+ashah-crest@users.noreply.github.com>
1 parent bb7dea4 commit 5135c50

13 files changed

+6123
-12
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ plaid/assets/logs/ @DataDog/saa
443443
/streamnative/manifest.json @DataDog/saas-integrations @DataDog/documentation
444444
/streamnative/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
445445

446+
/avast/ @DataDog/saas-integrations
447+
/avast/*.md @DataDog/saas-integrations @DataDog/documentation
448+
/avast/manifest.json @DataDog/saas-integrations @DataDog/documentation
449+
/avast/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
450+
446451
/symantec_vip/ @DataDog/saas-integrations
447452
/symantec_vip/*.md @DataDog/saas-integrations @DataDog/documentation
448453
/symantec_vip/manifest.json @DataDog/saas-integrations @DataDog/documentation

avast/README.md

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,63 @@
22

33
## Overview
44

5-
[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.
5+
[Avast Business Hub][1] is a cloud-based platform that helps businesses manage their Avast security solutions. It offers real-time threat monitoring, detailed reporting, and centralized security control for endpoints, ensuring protection across the network and safeguarding against cyberthreats.
6+
7+
The Avast integration collects the following types of logs:
8+
9+
- **Threat**: This endpoint contains information about devices with detected threats, including the type of threat and detection time.
10+
- **Task**: This endpoint contains a summary of tasks performed on devices, including execution details, progress, and completion status.
11+
- **Patch**: This endpoint contains details about patches for devices, allowing monitoring of the health and security of device software and applications.
12+
- **Audit**: This endpoint contains details about user activities, including changes to policies and user access.
13+
14+
This integration collects logs from the sources listed above and sends them to Datadog for analysis by [Log Explorer][2] and [Cloud SIEM][3].
615

716
## Setup
817

9-
### Configuration
18+
### Generate API credentials in Avast
1019

11-
!!! Add list of steps to set up this integration !!!
20+
1. Log in to your [Avast Business Hub][4] account.
21+
2. Click the gear(**settings**) icon.
22+
3. In the **Settings** section, click **Integrations**.
23+
4. Click **Add a new integration**.
24+
5. Provide an integration name.
25+
6. Select **Integration scope** as **API Gateway**.
26+
7. Click **Generate a secret**.
27+
8. The **Client ID** and **Client Secret** appear.
1228

13-
### Validation
29+
### Connect your Avast account to Datadog
1430

15-
!!! Add steps to validate integration is functioning as expected !!!
31+
1. Add your Client ID and Client secret
32+
|Parameters|Description|
33+
|--------------------|--------------------|
34+
|Client ID|The Avast Business Hub integration client ID.|
35+
|Client secret|The Avast Business Hub integration client secret.|
36+
2. Click the **Save** button to save your settings.
1637

1738
## Data Collected
1839

1940
### Logs
2041

21-
The Avast integration collects logs and forwards them to Datadog.
42+
The Avast integration collects and forwards security logs to Datadog.
2243

2344
### Metrics
2445

2546
The Avast integration does not include any metrics.
2647

48+
### Service Checks
49+
50+
The Avast integration does not include any service checks.
51+
2752
### Events
2853

2954
The Avast integration does not include any events.
3055

3156
## Troubleshooting
3257

33-
Need help? Contact [Datadog support][2].
34-
35-
[1]: https://www.avast.com/business/business-hub
36-
[2]: https://docs.datadoghq.com/help/
58+
Need help? Contact [Datadog support][5].
3759

60+
[1]: https://www.avast.com/business/business-hub/
61+
[2]: https://docs.datadoghq.com/logs/explorer/
62+
[3]: https://www.datadoghq.com/product/cloud-siem/
63+
[4]: https://businesshub.avast.com/
64+
[5]: https://docs.datadoghq.com/help/

avast/assets/avast_dark_theme.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)