diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index feab9c8c94a11..08aade1357fa0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -333,6 +333,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 @DataDog/logs-core +/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 @DataDog/agent-integrations /snowflake/manifest.json @DataDog/saas-integrations @DataDog/documentation diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 6084caed5feff..096c1f8126296 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -427,6 +427,8 @@ integration/ping_one: - ping_one/**/* integration/pivotal_pks: - pivotal_pks/**/* +integration/plivo: +- plivo/**/* integration/plaid: - plaid/**/* integration/podman: diff --git a/plivo/CHANGELOG.md b/plivo/CHANGELOG.md new file mode 100644 index 0000000000000..eceff4d3b6252 --- /dev/null +++ b/plivo/CHANGELOG.md @@ -0,0 +1,8 @@ +# CHANGELOG - Plivo + +## 1.0.0 / 2024-09-11 + +***Added***: + +* Initial Release + diff --git a/plivo/README.md b/plivo/README.md new file mode 100644 index 0000000000000..e2d264ec3b21f --- /dev/null +++ b/plivo/README.md @@ -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/ diff --git a/plivo/assets/service_checks.json b/plivo/assets/service_checks.json new file mode 100644 index 0000000000000..fe51488c7066f --- /dev/null +++ b/plivo/assets/service_checks.json @@ -0,0 +1 @@ +[] diff --git a/plivo/manifest.json b/plivo/manifest.json new file mode 100644 index 0000000000000..50f36286430a7 --- /dev/null +++ b/plivo/manifest.json @@ -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": "help@datadoghq.com", + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com" + } +}