Create a new index in elasticsearch for each log file by date

What about my filepath how do i get it to read each log file?

Use a wildcard like MyLog-*.log. The actual path of the file from which an event was read can be found in the path field.

could i maybe do the above ?

No, that doesn't make sense.