- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Audit Trail provides Datadog administrators visibility into who within the organization is using Datadog and how they are using it. This guide walks you through how you can see usage information for a specific dashboard.
You need the dashboard’s ID to get usage information for the dashboard.
https://app.datadoghq.com/dashboard/
. For example, if the dashboard URL is https://app.datadoghq.com/dashboard/pte-tos-7kc/escalations-report
, the dashboard ID is pte-tos-7kc
.To see usage information for the dashboard, use Audit Trail to search for all API GET
requests for that dashboard ID.
@http.status_code:200 @http.method:GET @http.url_details.path:/api/v1/dashboard/<dashboard_id>
. Replace <dashboard_id>
with the dashboard ID you copied earlier.pte-tos-7kc
, the search query looks like this:@http.status_code:200
narrows down the results to successful requests only.group by
field to User Email
and click Top List in the Visualize as section, you get a top list of users who accessed the dashboard.추가 유용한 문서, 링크 및 기사: