Most (nearly all) of the information that I'm finding for using a [source:: ] statement in the props.conf to set sourcetype=something is done in non Windows syntax and I am having issues with this in Windows. I have tried a couple different variations, but basically I am looking to set a sourcetype for a file with the following naming structure:
Website_7.2.1008_9001_requests.log
The numbers between Website_ and _requests.log will be dynamic, so I need something that will account for any variation of numbers in between. I've tried this with a couple of options, neither worked:
[source::...\\logs\\Website_\d\.\d\.\d+_\d+\_\w+\.log]
[source::...*requests.log]
Is anyone able to assist?