Hi All,
I indexed huge machine generted time series data in elastic db.
We want to visualize in kibana machines locations and statiscs regarding each machine.
My naive solution is to store geohash data in each record and than visualize it.
However machine location is static and its not make sense to store geohash data in each record/document.
Our idea is to "burned" machines location as geohash data in JSON query ( "JSON input which allows you to specify additional aggregation parameters to send with your request").
Did this idea make sense?
Is there any example how to do that ? references?
Is there better solutions?
Thanks