Escenario:
I can use mongo with time series collections (https://www.mongodb.com/docs/manual/core/timeseries-collections/), but this needs a big mongo database, as the objetive to store this values is only save an read, dont modify that values and use them like historic data, i have thought use Elastic Search, for example, take a VPS put Elastic on it with big disk space (dedicated mongo is expensive than this option).
Mongo vs Elastic in this scenario?
IMO, Elasticsearch seems to be a better choice due to below reason, I don't know if same is available in mongoDB.