22 May 2018 11:07 AM - last edited on 05 Aug 2024 09:47 PM by andre_vdveen
How to give filepath in configuring custom logs:
eg: "\\mdrd-ns001\OCM-Insebackend-PPE\ECM\Log\*.log" is the filepath but this fails to validate and save the file giving error invalid filepath. Could you please let me know how this can be achieved.
Solved! Go to Solution.
22 May 2018 01:53 PM
Hello Sandeep,
Validation of Windows custom logs requires the path to begin with drive letter. One solution would be to map the network drive and then use the assigned letter in the path.
For more details about adding logs manually please refer to: Dynatrace help page.
Also keep in mind that using "*.log" as log file name would result in reporting each file in the directory separately. There is also "#" character for handling numbered rotated log files as described on the linked help page.