Openshift pod count into elastic

I have a number of projects in openshift, and each project can have multiple pods running.

I'd like to visualise that data in kibana, but need it stored in elastic first.

how do I get elastic to gather that data? It would need to be in a format that can have a line graph of it for each project.

The idea would then be to create an alarm when the count of pod changes, as this likely identifies something worth investigating.

I have no skills in openshift or elastic/kibana, so any suggestions would need to give sufficient information that I can follow.