Hi,
I am using ELK GA 5.0.0. I have a timelion visualization like below;
.es(index=myindex-*,q='fielda:data1',metric=max:my_info_a).label("Max")
This plots max value of my field my_info_a. But what I want is, I want to subtract this number from 100, and then display max of that value. Is this possible?
Thank you.