04 Jan 2024 10:20 AM - last edited on 24 Jan 2024 10:48 AM by Michal_Gebacki
Hello,
We have application that has dynamic log path:
For Example: /app_log/docker_admin/containers/storage/overlay-containers/be776d2e8d3494076315c68c68a58cbcf36874126595f63094f831cc6c01a36f/userdata/ctr.log
where "be776d2e8d3494076315c68c68a58cbcf36874126595f63094f831cc6c01a36f" is the dynamic container id which is changing after each execution.
Please advise how we can implement custom log configuration for the above case in Dynatrace.
Thanks,
Payal
Solved! Go to Solution.
04 Jan 2024 11:02 AM
Hi @payal_bid
You may test:
/app_log/docker_admin/containers/storage/overlay-containers/#/userdata/ctr.log
let me know if it's works
04 Jan 2024 04:09 PM
and this :
/app_log/docker_admin/containers/storage/overlay-containers/*/userdata/ctr.log
04 Jan 2024 05:53 PM
Just to know, if you put the current containerID, does it work?