Skip to content

Commit

Permalink
Add Trellix Endpoint Security crawler integration with no assets (#18631
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shubhamvekariya-crest authored Sep 25, 2024
1 parent 22a1f21 commit c5e3a19
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/trend_micro_email_security/manifest.json @DataDog/saas-integrations @DataDog/documentation
/trend_micro_email_security/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

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

/docusign/ @DataDog/saas-integrations
/docusign/*.md @DataDog/saas-integrations @DataDog/documentation
/docusign/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 @@ -525,6 +525,8 @@ integration/traefik_mesh:
- traefik_mesh/**/*
integration/traffic_server:
- traffic_server/**/*
integration/trellix_endpoint_security:
- trellix_endpoint_security/**/*
integration/trend_micro_email_security:
- trend_micro_email_security/**/*
integration/trend_micro_vision_one_endpoint_security:
Expand Down
7 changes: 7 additions & 0 deletions trellix_endpoint_security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - trellix_endpoint_security

## 1.0.0 / 2024-09-20

***Added***:

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

## Overview

This check monitors [trellix_endpoint_security][1].

## Setup

### Installation

The trellix_endpoint_security 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

trellix_endpoint_security does not include any metrics.

### Service Checks

trellix_endpoint_security does not include any service checks.

### Events

trellix_endpoint_security 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 trellix_endpoint_security/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
40 changes: 40 additions & 0 deletions trellix_endpoint_security/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"manifest_version": "2.0.0",
"app_uuid": "d4315abc-0191-40e9-a14c-e3efafc41c1e",
"app_id": "trellix-endpoint-security",
"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 Trellix Endpoint Security logs",
"title": "Trellix Endpoint Security (ENS)",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Offering::Integration",
"Submitted Data Type::Logs"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 26793002,
"source_type_name": "Trellix Endpoint Security (ENS)",
"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]"
}
}

0 comments on commit c5e3a19

Please sign in to comment.