I a working with one of the use cases where in I need to know what is the actual cost I am paying to elastic based on indices. For example, if I have 5 indices Index1,Index2,index3,index4 and index5 I would like to know that index1 cost is 2$, index = 10$ an so on.
I don't think there's such a tool. The easiest way IMO is to have one cluster per team. Specifically if it's for different use cases.
Otherwise, if it's for the same use case, may be you could build a dashboard which tracks the number of documents per index.
And then, compute the cost of each index:
It's not a FinOps tool as per say but at least something to start from. But please note that the cost based only on the number of docs might not be accurate...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.