How to know the url's accessed?

I'm monitoring an application with packetbeat , Elasticsearch and Kibana. In yml file there are ports configured for HTTP.
Im getting all the information what are all the files accessed by the application and the methods im getting.
But i want the URL's accessed by the person or by the application.
Can you please help me..

I am unclear what your are asking, There are a few options to the HTTP protocol but the default ones will give you the files being accessed which is equivalent to the url's

There are options to parse the HTTP Headers and to capture the actual request. If you can clarify your question I might be able to help