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-3494] DDSaaS: Tenable.io: Crawler Integration Without Assets #19258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,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

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

# 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
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ integration/temporal_cloud:
- temporal_cloud/**/*
integration/tenable:
- tenable/**/*
integration/tenable_io:
- tenable_io/**/*
integration/teradata:
- teradata/**/*
integration/terraform:
Expand Down
7 changes: 7 additions & 0 deletions tenable_io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - tenable.io

## 1.0.0 / 2024-11-28

***Added***:

* Initial Release
37 changes: 37 additions & 0 deletions tenable_io/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Tenable.io

## Overview

[Tenable.io][1] is a cloud platform for vulnerability discovery, assessment, and prioritization, providing a web-based dashboard for detailed insights into assets and vulnerabilities. It enhances visibility with asset discovery and helps organizations manage their security posture effectively.

## 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 Tenable.io integration collects logs and forwards them to Datadog.

### Metrics

The Tenable.io integration does not include any metrics.

### Events

The Tenable.io integration does not include any events.

## Troubleshooting

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

[1]: https://www.tenable.com/
[2]: https://docs.datadoghq.com/help/

1 change: 1 addition & 0 deletions tenable_io/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
44 changes: 44 additions & 0 deletions tenable_io/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"manifest_version": "2.0.0",
"app_uuid": "18788ece-f752-4584-a4e9-6652eaad80b5",
"app_id": "tenable-io",
"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 Tenable.io logs.",
"title": "Tenable.io",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Category::Compliance",
"Offering::Integration",
"Submitted Data Type::Logs"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 32769000,
"source_type_name": "Tenable.io",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"logs": {
"source": "tenable-io"
}
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
}
}
Loading