using apm I have collected my application logs and there I found url data like
abc.com/edit/1
abc.com/edit/2
abc.com/edit/3
abc.com/update/1
abc.com/update/3
abc.com/update/5
what I am trying to do is I want to plot number of total update vs total edit operation calls. But when I am creating bar chart, it treats abc.com/update/1
abc.com/update/3...as different line. How can I calculate abc.com/update/* vs
abc.com/edit/* ?
I selected Terms>url.path and there is no other option to provide additional formatting. This might be a very easy problem but I am new to elastic and kibana so please accept my apology.