Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Overview
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.
Get dashboard ID
You need the dashboard’s ID to get usage information for the dashboard.
- Navigate to Dashboards.
- Select your dashboard.
- The dashboard ID is in the dashboard URL, located after
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
. - Copy the dashboard ID.
View dashboard usage in Audit Trail
To see usage information for the dashboard, use Audit Trail to search for all API GET
requests for that dashboard ID.
- Navigate to Audit Trail.
- In the search bar, enter the query:
@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.
For example, if the dashboard ID is pte-tos-7kc
, the search query looks like this:@http.status_code:200
narrows down the results to successful requests only.
Note: You can also use the facet panel on the left side of the page to formulate the search query. - Select the timeframe in the upper right side of the page to see the events for a specific time period.
- You can configure the Group into fields section and select different visualization tools to break down and analyze the data based on your use case. For example, if you set the
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. - See Create a dashboard or graph if you want to put this information into a dashboard or graph.
Further reading
Documentation, liens et articles supplémentaires utiles: