Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SAASINT-3328] DDS: Avast: Crawler Integration Without Assets #18911

Merged
merged 9 commits into from
Jan 30, 2025
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ vonage/assets/logs/ @DataDog/saas
/asana/manifest.json @DataDog/saas-integrations @DataDog/documentation
/asana/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

hubspot_content_hub/ @DataDog/saas-integrations
hubspot_content_hub/*.md @DataDog/saas-integrations @DataDog/documentation
hubspot_content_hub/manifest.json @DataDog/saas-integrations @DataDog/documentation
hubspot_content_hub/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

plaid/ @DataDog/saas-integrations
plaid/*.md @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ integration/aspdotnet:
- aspdotnet/**/*
integration/authorize_net:
- authorize_net/**/*
integration/avast:
- avast/**/*
integration/avi_vantage:
- avi_vantage/**/*
integration/aws_neuron:
Expand Down
7 changes: 7 additions & 0 deletions avast/CHANGELOG.md
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
37 changes: 37 additions & 0 deletions avast/README.md
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/

1 change: 1 addition & 0 deletions avast/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
43 changes: 43 additions & 0 deletions avast/manifest.json
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]"
}
}
Loading