Hi everyone,
I'm working on building a dashboard in Google SecOps where I want to implement a user-based filter. The idea is: when filters a specific username, the dashboard should dynamically display:
That user’s login details
Previous cases/incidents the user was involved in
Last login region
(Any other relevant user metadata)
I'm looking for suggestions or best practices on how to structure this kind of dashboard, particularly:
What data sources should be connected or joined?
How to design the filter to retrieve and reflect all these details for a selected user?
Any recommended tools or integrations within GCP that simplify this?
Thanks in advance for any guidance or examples!