User Tools

Site Tools


datadog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
datadog [2025/12/30 16:52] Roman Sheydvasserdatadog [2026/03/30 20:32] (current) – [Export Resources From a Datadog Account] Roman Sheydvasser
Line 5: Line 5:
 This table organizes Datadog topics by priority level—core, common, and specialized—to reflect their relative importance and expected familiarity across teams. It provides a shared reference for understanding which Datadog areas are foundational versus more advanced or niche. This table organizes Datadog topics by priority level—core, common, and specialized—to reflect their relative importance and expected familiarity across teams. It provides a shared reference for understanding which Datadog areas are foundational versus more advanced or niche.
  
-| Datadog Topic | Priority |+**Datadog Topic** **Priority** |
 | Tagging | 1 - Core | | Tagging | 1 - Core |
 | Logs | 1 - Core | | Logs | 1 - Core |
Line 83: Line 83:
   * https://www.coursera.org/professional-certificates/aws-cloud-technology-consultant   * https://www.coursera.org/professional-certificates/aws-cloud-technology-consultant
   * https://www.coursera.org/professional-certificates/google-it-support   * https://www.coursera.org/professional-certificates/google-it-support
 +
 +===== Export Resources From a Datadog Account =====
 +
 +https://github.com/DataDog/datadog-sync-cli can be used for exporting resources like dashboards, monitors, etc, or for general backups of a Datadog account.
 +
 +The `import` command is somewhat misleading. It refers to reading the specified resources from a Datadog organization and then storing them locally as JSON files.
 +
 +<code>
 +$ datadog-sync import \
 +    --source-api-key="..." \
 +    --source-app-key="..." \
 +    --source-api-url="https://api.datadoghq.com"
 +</code>
datadog.1767113574.txt.gz · Last modified: by Roman Sheydvasser