I am able to succesfully import logfiles using the python script on Windows server.
However when I try to import Multiple logfiles in a folder this Always fails(using wildcards)
If I use the exact filename in that location, the import works fine and if i specify multiple filenames it also works fine. It doesnt seem to accept wildcards??
I am using wildcards,but I get the error:
=====> Warning: File C:\temp\*.log does not exist <=====
lines parsed, 0 lines recorded, 0 records/sec (avg), 0 records/sec (current)
Logs import summary
=====> Warning: File *.log does not exist <=====
lines parsed, 0 lines recorded, 0 records/sec (avg), 0 records/sec (current)
Logs import summary