惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
有赞技术团队
有赞技术团队
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
Martin Fowler
Martin Fowler
H
Hackread – Cybersecurity News, Data Breaches, AI and More
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - Franky
小众软件
小众软件

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Store, manage, and retrieve data from your apps and workf...
2025-04-25 · via Datadog | The Monitor blog
Barak Shoushan

Barak Shoushan

Addie Beach

Addie Beach

Automating tasks can help you create more efficient processes and respond to issues faster. As the complexity of your automations grows, though, you’ll need to ensure that the data in your workflows and apps can be easily reused and augmented through data persistence. Many teams building automations turn to incorporating third-party solutions, such as S3 buckets, to manage their data. However, these platforms often come with extra costs and aren’t necessarily optimized for your automations, making data storage difficult to set up, update, and maintain.

Datadog Datastore gives you access to fully managed, consistent data storage for Datadog App Builder and Workflow Automation. Datastore integrates with the rest of the Datadog ecosystem, enabling fast, persistent storage without the need for external databases. With an easy-to-navigate UI, teams across your organization—regardless of technical background—can view and update data. Additionally, by accessing Datadog Action Catalog, you can easily use your Datastore data to build complex apps and workflows without leaving the Datadog platform. When combined with Datastore’s dynamic storage options and read-after-write consistency, these features make maintenance simple and reduce context switching.

There are many ways to enhance your apps and workflows with Datastore, such as storing service configuration data to help your teams quickly scale resources and historical log data to accelerate audits and postmortem analyses. In this post, we’ll use the example of creating a customized incident management app to explore how Datastore can help you:

Dynamically manage data throughout Datadog

Datastore provides a variety of ways to create, access, and manage your data. Through the Datastore UI, you can quickly create new tables with flexible schema tailored to fit your needs. For example, Datastore can easily accommodate data entries with missing values by only requiring a key. You can also add or change your data through different methods, such as by uploading external files (e.g. CSV), editing JSON objects, or manually altering the raw text.

A data entry JSON object being editing within a Datastore table.

By integrating with Datadog Action Catalog, Datastore also gives you access to a collection of out-of-the-box actions that help you easily set up and manage your datastores via workflows and apps.

These actions make it easy to build complex automations using your data. Let’s say you want to build an incident management app that’s customized to your organization’s needs. Namely, you’d like to use data from Datadog Incident Management but incorporate extra information and processes that are specific to your teams. You also want to be able to add this app to service overview dashboards so that teams can go from identifying issues to troubleshooting them on the same page. With Datastore, you can make this app robust and reliable by integrating, updating, and persisting data within both your workflows and apps.

Maintain a shared data layer from your workflows

Let’s say that you already have a few basic incident response workflows within Workflow Automation that you’d like to integrate into your app. To create a seamless experience for responders using your app, you want these workflows to retain data and share it with each other. For example, say you have a triage workflow that starts the incident response process once it receives an incoming alert. Based on factors such as the type of problem and the services that are affected, the workflow assigns the issue a severity level. Once the triage process is finished, a workflow that creates a Jira ticket for the incident should then be able to access and incorporate the severity level. With Datastore, you can store data from the completed triage workflow within a table, then use it to populate the Jira ticket.

An incident management workflow blueprint within Workflow Automation.

After you’ve completed your workflow and ran it a few times, you may decide to use the Datastore UI to make additional changes to your data entries or schema. For instance, you can add a field for responder contact information. Additionally, Datastore enables you to secure your tables within this UI. You can easily restrict access to certain users or organizations and control whether they can edit your data or schema. In this case, because your incident workflows handle critical, potentially sensitive data, you may also want to customize your table permissions to limit who can change this information.

The permissions window for a Datastore table, with a drop-down menu displaying the different levels of access.

Create full-stack apps with data persistence

In addition to helping you configure and enhance your workflows, Datastore also enables you to easily populate data from these flows into one unified app within App Builder and keep it up to date. Datastore’s actions give you access to the full range of CRUD operations, so you can add, fully or partially update, or delete entries as needed. Let’s say you want to be able to resolve incidents directly from your app. In addition to closing out the issue via a workflow, you can ensure the issue is removed from app’s list of active incidents by using the Delete Item action.

For further customization, you can use App Builder’s sorting and filtering capabilities to quickly organize data based on different characteristics. In this situation, you may want to filter incidents displayed within your app based on status, severity, service, or time, enabling you to highlight only active, critical issues.

You can also use template variables to easily scope the data in your app to a specific dashboard. Let’s say that the service overview dashboards you’re adding your app to each have a service variable. When you save your app widget on each dashboard, the template variable will automatically filter the incidents displayed to only those affecting the selected service. This enables teams to quickly access and take action on the incidents that are most relevant to them.

A incident management app on a service overview dashboard. The dashboard has been filtered on the Service template variable.

Start using Datadog Datastore today

With Datadog Datastore, you can easily access dynamic read-write data storage within Datadog. Because Datastore integrates directly with App Builder and Workflow Automation, you can use your data when building apps without leaving the Datadog platform, minimizing context switching.

You can get started with Datastore using our documentation. Or, if you’re new to Datadog, you can sign up for a 14-day free trial.