Skip to content
Open
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 @@ -756,6 +756,11 @@ plaid/assets/logs/ @DataDog/saa
/cisco_asa/manifest.json @DataDog/agent-integrations @DataDog/documentation
/cisco_asa/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers

/bluecat_edge/ @DataDog/saas-integrations
/bluecat_edge/*.md @DataDog/saas-integrations @DataDog/documentation
/bluecat_edge/manifest.json @DataDog/saas-integrations @DataDog/documentation
/bluecat_edge/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ integration/blazemeter:
- changed-files:
- any-glob-to-any-file:
- blazemeter/**/*
integration/bluecat_edge:
- changed-files:
- any-glob-to-any-file:
- bluecat_edge/**/*
integration/boundary:
- changed-files:
- any-glob-to-any-file:
Expand Down
7 changes: 7 additions & 0 deletions bluecat_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - BlueCat Edge

## 1.0.0 / 2026-01-28

***Added***:

* Initial Release
38 changes: 38 additions & 0 deletions bluecat_edge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Agent Check: BlueCat Edge

## Overview

This check monitors [BlueCat Edge][1].

## Setup

### Installation

The BlueCat Edge 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

BlueCat Edge does not include any metrics.

### Events

BlueCat Edge 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/
39 changes: 39 additions & 0 deletions bluecat_edge/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"manifest_version": "2.0.0",
"app_uuid": "ccd5850d-3e2d-49ab-8f9c-b8f796a20760",
"app_id": "bluecat-edge",
"owner": "saas-integrations",
"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 BlueCat Edge DNS query logs.",
"title": "BlueCat Edge",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Network",
"Category::Security",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 69583406,
"source_type_name": "BlueCat Edge",
"events": {
"creates_events": false
}
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
Loading