BIM computer Temp measurements

Does anyone know if we can get any PC temperature values from BIM beats? We have had a couple over the last few weeks get pretty hot so I am trying to find a way to trigger an alert. Thoughts?

@Gilly Google searching tells me that Elastic doesn’t have any beats to measure computer temps that can be installed out of the box. They did mention that some projects on GitHub could do the job, but would require figuring out how to deploy them, etc. Here’s the conversation that I am basing this on: CPU temp and Deployment status - #2 by tylersmalley - Kibana - Discuss the Elastic Stack It looks like the person who asked this question at the end of the day decided to write their little app that logged that info into a log file, and then used Filebeat to ingest it into the database. This might as well be the best way to go forward if you asked me.

Sounds good - thank you!