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

DDSaaS: Plivo: Crawler integration without Assets #18562

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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 @@ -284,6 +284,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation
/palo_alto_cortex_xdr/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

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

/snowflake/ @DataDog/saas-integrations
/snowflake/*.md @DataDog/saas-integrations @DataDog/documentation
/snowflake/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 @@ -387,6 +387,8 @@ integration/ping_one:
- ping_one/**/*
integration/pivotal_pks:
- pivotal_pks/**/*
integration/plivo:
- plivo/**/*
integration/podman:
- podman/**/*
integration/postfix:
Expand Down
8 changes: 8 additions & 0 deletions plivo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG - Plivo

## 1.0.0 / 2024-09-11

***Added***:

* Initial Release

30 changes: 30 additions & 0 deletions plivo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# plivo

## Overview
The Plivo integration seamlessly collects SMS, MMS and whatsApp services data and ingests them into Datadog for comprehensive analysis. Leveraging the built-in logs pipeline, these logs are parsed and enriched, enabling effortless search and analysis. Through intuitive, out-of-the-box dashboards the integration provides insights into SMS, MMS and whatsApp messages. Additionally, it includes pre-configured monitors for proactive notifications on messages budget overrun and messages error rates.

## 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 Plivo integration collects and forwards messages logs to Datadog.

### Metrics
The Plivo integration does not include any metrics.

## Events
The Plivo integration does not include any events.

## Support
For further assistance, contact [Datadog Support][1].

[1]: https://docs.datadoghq.com/help/
1 change: 1 addition & 0 deletions plivo/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
43 changes: 43 additions & 0 deletions plivo/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"manifest_version": "2.0.0",
"app_uuid": "b6d1ad60-e67f-4612-92fd-4fe4b4182b22",
"app_id": "plivo",
"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 Plivo Messages.",
"title": "Plivo",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Collaboration",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 25490639,
"source_type_name": "Plivo",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"logs":{
"source": "plivo"
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
Loading