0

Help with full url

Hello. We gather info on many short urls. But we need to capture one long.
Example we need something like this: splunk.domain.com/sites/Project/Mate/SitePages/home.aspx 
Not only: splunk.domain.com/
As the RequestHost.

In the config we have tried to add something like this with no success:
[BrowserWebAppURL_ComponentDetail]
*\.?splunk\.domain\.com\/sites\/Project.*$=host:path(4)
Please help.

Ref:
https://uberagent.com/docs/uberagent/latest/uxm-features-configuration/web-app-monitoring/
https://uberagent.com/docs/uberagent/latest/installation/configuration-through-config-file/config-file-syntax/

3 comments

  • Avatar
    Timm Brochhaus Official comment

    Hi Thomas, 

    Could you please try the following expression based on your example: 

    [BrowserWebAppURL_ComponentDetail]
    ^https?://.*\.?splunk\.domain\.com/sites/Project.*$=host:path(4)
  • 0
    Avatar
    Thomas Soleng

    Hello Timm,
    Thanks for answering.

    It did not work and I got these errors:

    2022-02-04 08:49:00.103 +0100,ERROR,COMMON,SERVERNAME$,11776,ReadConfig,Invalid section name <BrowserWebAppURL_ComponentDetail> in line <[BrowserWebAppURL_ComponentDetail]>

    2022-02-04 08:49:00.103 +0100,ERROR,COMMON,SERVERNAME$,11776,ReadConfig,Ignoring entry: unknown data <host:path(4)> for value <^https?://.*\.?splunk\.domain\.com/sites/Project.*$> in line <^https?://.*\.?splunk\.domain\.com/sites/Project.*$=host:path(4)>

  • 0
    Avatar
    Timm Brochhaus

    Hi Thomas, 

    I have forwarded your inquiry to our support system as we need to look into the log file, which contains sensitive information.

Please sign in to leave a comment.