Hello! I am trying to create a visualization that displays the count of the pages that are requested the most. (We are using Apache logs to get the information.) I have separated the data by the requests, but that unfortunately includes the query parameters. I would like to group the requests regardless of the additional queries.
For example, I would like to sort by /path/to/page rather than having different entries for /path/to/page?query=value1 and /path/to/page?query=value2
I know this is similar to this article. Is this possible to do from the visualizations page? My organization is currently using Kibana v5.6.9. Thanks!