-
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.
DDS: Cisco Secure Email Threat Defense: Crawler Integration without A…
…ssets (#18127) * Added Cisco Secure Email Threat Defense no asset changes * Update manifest.json with offering
- Loading branch information
1 parent
1fd4675
commit bcaaee2
Showing
6 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 - cisco_secure_email_threat_defense | ||
|
||
## 1.0.0 / 2024-07-26 | ||
|
||
***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,43 @@ | ||
# Agent Check: cisco_secure_email_threat_defense | ||
|
||
## Overview | ||
|
||
This check monitors [cisco_secure_email_threat_defense][1]. | ||
|
||
## Setup | ||
|
||
### Installation | ||
|
||
The Cisco Secure Email Threat Defense 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 | ||
|
||
The Cisco Secure Email Threat Defense does not include any metrics. | ||
|
||
### Service Checks | ||
|
||
The Cisco Secure Email Threat Defense does not include any service checks. | ||
|
||
### Events | ||
|
||
The Cisco Secure Email Threat Defense 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/ | ||
|
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,40 @@ | ||
{ | ||
"manifest_version": "2.0.0", | ||
"app_uuid": "9776e6c8-2031-4dda-98b5-3628b181625b", | ||
"app_id": "cisco-secure-email-threat-defense", | ||
"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 Cisco Secure Email Threat Defense logs", | ||
"title": "Cisco Secure Email Threat Defense", | ||
"media": [], | ||
"classifier_tags": [ | ||
"Category::Log Collection", | ||
"Category::Security", | ||
"Submitted Data Type::Logs", | ||
"Offering::Integration" | ||
] | ||
}, | ||
"assets": { | ||
"integration": { | ||
"auto_install": false, | ||
"source_type_id": 21617758, | ||
"source_type_name": "Cisco Secure Email Threat Defense", | ||
"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]" | ||
} | ||
} |