01 Jun 2026
11:29 AM
- last edited on
02 Jun 2026
08:30 AM
by
MaciejNeumann
Hello Community,
I’ve successfully ingested all Apigee proxy metadata BizEvents using a Dynatrace Workflow. The ingestion is working fine, but when I query the data on a dashboard, it shows previous records as well as the latest ones.
My requirement is:
Keep ingesting all runs or I need to make changes in the workflow , If any changes in the workflow suggest that.
On the dashboard, show only the latest ingestion batch (all records from that run). If need to run any DQL,So give DQL for that.
In Short my ask is to only show the latest ingested data on the dashboard.
01 Jun 2026 03:03 PM
Bizevents ingestion are timeseries data. So in the dashboard, you can use sort by timeframe, and limit te results based on amount of data you are ingesting per minute.
https://docs.dynatrace.com/docs/platform/grail/dynatrace-query-language/commands/ordering-commands
Featured Posts