Hello, I'm Sidibe and i'm new on ELK:
I'm an app developper, with my team we would like to know which version of our app is used by our client. so whenever a client log on we recover ( the version, userID and date) on the server, we then put those data in elasticsearch.
We want to build a kibana visualization that shows the number of user by app version.
we are having some trouble to build this kind of visualization.
I have tried to filter X-Axis by app versions and Y-Axis by the count of user.
the problem with is:
for exemple if 10 users are on app version 2.0 and then change app version from 2.0 to 4.0, kibana will count 10 users on 2.0 and 10 users on 4.0.
i'm struggling to tell it to just count an user for his latest version we have in elasticsearch.
I need help to edit a correct filter to do that.
Thank you.