- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`You can reference and perform CRUD (Create, Read, Update, and Delete) operations on a datastore inside a workflow or an app. Additionally, you can create a workflow or app directly from an existing datastore.
You can get started with a workflow or app directly from a datastore. Each time you create a datastore, Datadog asks you if you’d like to create a workflow or app, or view your datastore.
To create a workflow from a datastore:
Datadog creates a workflow with a List items workflow step prepopulated with your datastore ID. From here, follow the Workflow Automation documentation to build your workflow. For a list of available datastore actions, see the Action Catalog.
To create an app from a datastore:
Datadog creates an app prepopulated with your datastore ID. From here, follow the App Builder documentation to build your app. For a list of available datastore actions, see the Action Catalog.
To use a datastore in an existing app, add a datastore action:
Click the Data ({ }) icon to open the Data tab.
Click the plus (+) icon, select Action, and add a Datastore action to add to your app. For a list of available datastore actions, see the Action Catalog.
Choose an existing connection or create one.
From the Datastore ID drop-down menu, select an existing datastore, or select New Datastore to create one.
In App Builder, you can use a single datastore action to reference multiple datastores. In the example below, a selector controls which datastore is displayed in the table. The app uses a single List Items datastore action.
Note: The datastore in this example uses pseudodata for demonstration purposes.
This app uses multiple datasets by:
value
in the selector component:${[
{
"label": "Datastore 1",
"value": "ae729fad-425f-4e54-b70b-f228768e66b6"
},
{
"label": "Datastore 2",
"value": "c190f470-8850-4651-9a36-781030827468"
}
]}
${select0?.value}
in the List Items action to list the entries from the selected datastore.The table uses the output from the List Items action to display the data from the datastore.
To retrieve the UUID for a datastore:
To use a datastore in an existing workflow, add a datastore action:
Click the plus (+) icon to add a step to your workflow.
Search for datastore
and select a Datastore action to add to your workflow. For a list of available datastore actions, see the Action Catalog.
Click on the step in the workflow canvas.
From the Datastore ID drop-down menu, select an existing datastore, or select New Datastore to create one.
You can use a workflow to update a Datastore with Terraform by following these steps: