Transform a log fields integer value received with snmp

Blockquote

Hello.
I am setting up a logstash pipeline to monitor the environment of my customers server cabinets with the snmp plugin.
Everything looks good except for the value of the temperature, which is shown in Celsius.
The value I get from the logs are like this: "temperature":1910
What I would like the logs to show is: "temperature":19,10

Any suggestions would be highly appreciated, thanks

Blockquote

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