Telegraf Data Inputs Formats

Now i need use telegraf collect datas from kafka brokers,but the data format is separated by space,what kind of format can i use?

The data formats like :
2022-07-04T15:16:59+08:00 localhost:25922 0.0.0.0:80

Here are the data formats.

Note, Telegraf contains many general purpose plugins that support parsing input data using a configurable parser into metrics. This allows, for example, the kafka_consumer input plugin to process messages in either InfluxDB Line Protocol or in JSON format.