Hi.
I'm new to Elastic and I have been reading the docs for what I need and I can't find something precise.
I want a metric click event only on some parts of the interface.
This button triggers a third party widget app, similar to some chat apps, so it never reach my servers, and I want to tack how many times some buttons are clicked.
I don't want at the moment all those fancy stuffs from RUM.
I want a Kibana dashboard that will show how many clicks a button had.
I couldn't find any api or documentation for something like that.
So the solution would be create my custom index, and just query that index on kibana?
Thanks.