Skip to content

[SAASINT-3634] DDS: Symantec VIP: Crawler Integration Without Assets #19409

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

Merged
merged 3 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ plaid/assets/logs/ @DataDog/saa
/streamnative/manifest.json @DataDog/saas-integrations @DataDog/documentation
/streamnative/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

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

/tenable_io/ @DataDog/saas-integrations
/tenable_io/*.md @DataDog/saas-integrations @DataDog/documentation
/tenable_io/manifest.json @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 @@ -567,6 +567,8 @@ integration/suricata:
- suricata/**/*
integration/symantec_endpoint_protection:
- symantec_endpoint_protection/**/*
integration/symantec_vip:
- symantec_vip/**/*
integration/system_core:
- system_core/**/*
integration/system_swap:
Expand Down
7 changes: 7 additions & 0 deletions symantec_vip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - symantec-vip

## 1.0.0 / 2025-01-16

***Added***:

* Initial Release
42 changes: 42 additions & 0 deletions symantec_vip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Agent Check: symantec-vip

## Overview

This check monitors [symantec-vip][1].

## Setup

### Installation

The symantec-vip check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Metrics

symantec-vip does not include any metrics.

### Service Checks

symantec-vip does not include any service checks.

### Events

symantec-vip does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][3].

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/
1 change: 1 addition & 0 deletions symantec_vip/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
40 changes: 40 additions & 0 deletions symantec_vip/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"manifest_version": "2.0.0",
"app_uuid": "291079db-0a41-435b-a908-747c06c703a2",
"app_id": "symantec-vip",
"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 Symantec VIP logs.",
"title": "Symantec VIP",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 36406896,
"source_type_name": "Symantec VIP",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}