Just understand kafka ingestion is ‘always on’, new records in the topic will be ingested asap.
Batch ingestions work in a different way, you set them when you need to ingest a set of files; or you can use something like Airflow to trigger batch jobs periodically.
Have you tried ‘load data’ tab to run a batch ingestion from S3 or HDFS?