Reading different logs files from single Kinesis stream and put in Influxdb in different measurement using Telegraf

We reading log files and putting into the stream and we are passing this stream into Telegraph and it storing in Influxdb in one measurement. Now we are getting different types of logs files which should go in different measurement in Influxdb. Is there any way so Telegraf can differentiate between different log files from Kinesis and push into different measurements automatically.
We are also using multiple Telegraf.conf files like:
etc/telegraf/telegraf.d/input1.conf
etc/telegraf/telegraf.d/input2.conf
etc/telegraf/telegraf.d/input3.conf
Is there anyway as well using one telegraf.conf we can multiple process multiple same input plugin ?

Hello @Ravikant_Gautam,
You might be interested in namepass. telegraf/CONFIGURATION.md at master · influxdata/telegraf · GitHub