Is there a way to specify today's date in the filename of the source on the search? I'm thinking in the same way you would put it in a bash script. Pseudocode:
source="C:logs\\path\\iislog_(time(%y%m%d)).log"
Is there a way to specify today's date in the filename of the source on the search? I'm thinking in the same way you would put it in a bash script. Pseudocode:
source="C:logs\\path\\iislog_(time(%y%m%d)).log"