Hello Experts,
We need to monitor the most recent log file in this path.
E:\Tableau\Procesos Automaticos\Poblar tablas\tabgossan_general_zonas_completa\logs\
I´ve tried this command in the log file pth section:
<`cmd /c for %f in ("E:\Tableau\Procesos Automaticos\Poblar tablas\tabgossan_general_zonas\logs\log*.txt") do @echo %~sf`>
As indicated in this KM: https://portal.microfocus.com/s/article/KM000011268?language=en_US
But I get events with this errors:
Kindly suggest how we can fix this issue to enable monitoring dynamic log file path which has space.