Index files from a directory that has new file every minute

Hi

I need to index files from directory where new logs files are written every minute. What will be the best solution?

thanks
Vinay

Use the file input with a wildcard pattern. New files will by default get picked up within 15 seconds (see the discover_interval parameter).