data-deletion

Automate Datadog log and RUM data deletion via the Data Deletion API.

Updated Jan 14, 2022
One-click install
npx skills add https://github.com/alexmarucci/dotfiles --skill data-deletion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-deletion
Source: https://github.com/alexmarucci/dotfiles/tree/main/claude/skills/data-deletion
Command: npx skills add https://github.com/alexmarucci/dotfiles --skill data-deletion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users comply with GDPR and data privacy regulations by automating the deletion of logs and RUM data based on queries and timeframes.

Core Features & Use Cases

  • Deletion Request Management: Create, track, and manage targeted deletion requests for logs and RUM data.
  • Query-Based Targeting: Use Datadog search syntax to precisely target data for deletion.
  • Time-Range Specification: Define exact time windows for data deletion.
  • Index Filtering: Target specific indexes for granular control.
  • Status Tracking: Monitor the lifecycle of deletion requests.
  • Use Case: If a company needs to delete all logs and RUM data for a specific user from a certain period, this Skill can be used to target and delete that specific data.

Quick Start

Use the data-deletion skill to delete logs and RUM data for a specific user with ID '12345' from January 1, 2024, to January 31, 2024.

Frequently Asked Questions about data-deletion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate data deletion in Datadog logs for GDPR compliance?

Automate data deletion in Datadog logs for GDPR compliance by using the Datadog Data Deletion API to create and manage targeted deletion requests based on specific queries and timeframes.

How do I delete Datadog RUM data for a specific user using a query?

Delete Datadog RUM data for a specific user by defining a search query targeting that user's ID and applying a time-range specification to precisely filter and remove the records.

What do I need to set up before deleting logs via the Datadog Data Deletion API?

Before deleting logs via the Datadog Data Deletion API, you need valid Datadog API credentials for access, along with the Python requests and json libraries to execute the scripts.

Can I target specific Datadog indexes for granular data deletion control?

Yes, you can target specific Datadog indexes for granular data deletion control by applying index filtering alongside your defined queries and time ranges during the deletion request creation.

How do I track the status of a GDPR data deletion request in Datadog?

Track the status of a GDPR data deletion request in Datadog by using the Skill's status tracking feature to monitor the lifecycle of your deletion requests through the Datadog API.

Does Datadog data deletion support CCPA compliance as well as GDPR?

Yes, Datadog data deletion supports CCPA compliance as well as GDPR by automating the removal of targeted logs and RUM data based on specified queries and time ranges.