I want to make a dashboard that shows only the most recently ran job’s logs.
- Can I do this at the Dashboard “Global” Level? and how would I do this?
- How can I do this at the Tile Level?
Things I have tried:
Created A custom Expression/Dimension to filter set
Calculation
${last_job_ran}=${jobs.job_id}
Last_Job_Ran
ceiling(${jobs.job_id})
The issue is Last_Job_Ran only looks at the active job so it ends up pulling everyhting.