Data logging via uart

I am new to Logstash. I would like to log the real time Bluetooth packets using Logstash and analyse it using elastic search. As of now, I use a serial terminal program called Real term to log the data. Can I use logstash to listen to the serial data and ingest the hex values. Please let me know if logstash can be used for this application. I have attached my sample log file logs here.

Thanks,
Nivetha

I don't think there's a standard input plugin that would allow you to do this, but you could certainly write your own.