Displaying the most requested pages

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!

That method, including the recommendation to create a specific field for this during ingestion, is the best method.

You can't do it all via Visualise at this point, but you can do it all in Kibana, see https://www.elastic.co/guide/en/kibana/6.2/scripted-fields.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.