Data type of fields created in ingest pipeline with KV processor

Hi,
My Rasberry Pi’s are sending some information via a Syslog server to Elastic (with the Elastic Agent/Filebeat). The event looks like this:
"Dec 3 14:00:01 PiMirror piinfo: gpu_temp=50.1| cpu_temp=49.1| model=4"

I added a KeyValue processor to the default pipeline of the index template. It’s working fine and 3 fields are added the log. But the fields are created as String and of course the data is numeric.
Anyone an idea for solving this?

Thanks,
Herman

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.