Logstash configuration for multiple files

Hello i have a problem when i want to configure logstash to filter data for multiple log files where each file has a different structure and separators how can i configure logstash ?

Look at the multiple pipeline feature.

We mostly configure each pipeline to listen on a different port, but there are many options explained here.

thank you