Hi Guys,
I have to present end-users with dashboards only displaying logs from their respective jobs. Say User 1 submits a job 1 request, can I generate a dashboard url dynamically with search filters job_id == 1 (job_id is unique) ? I have parsed job_id and its a field in elastic search json.
The goal is to prevent the end-users (other than admins) to change filters or see other logs and only let them view logs corresponding to their job request.
Thanks in advance.