Hi
I have two indexes.
One with data from our Windows servers and another with information from our CMDB.
I want to make a count of servers that have send data to Elastic within the last 24 hours from the Windows index and divide that count with a count of servers in the CMDB index
Something like ((Count of active servers in Windows index / Count of Servers from CMDB) * 100) = “% of know servers that did send data”
I haven’t found any way to do it in Kibana, but being new to Elastic there might be other ways to this.
Best regards
Per Bejder