Browser Web Requests
uberAgent determines UX metrics for SaaS and web apps like page load and XMLHttpRequest duration for every web request made.
Details
- Source type:
uberAgent:Application:BrowserWebRequests2
- Used in dashboards: Browser Web App Performance
- Enabled through configuration setting:
BrowserPerformanceChrome
, BrowserPerformanceEdge
, BrowserPerformanceFirefox
, BrowserPerformanceIE
- Related configuration settings:
[BrowserWebAppURL_Filter]
- Supported platforms: all
List of Fields in the Raw Agent Data
Field |
Description |
Data type |
Unit |
Example |
Browser |
Browser ID. Possible values: 0 , 1 , 2 , 3 . |
Number |
|
1 |
BrowserVersion |
Browser version. |
String |
|
69.0.3497.81 |
IsFrame |
Indicates if a page is a frame or not. Possible values: 0 , 1 . |
String |
|
1 |
ProcUser |
User who ran the process. |
String |
|
Domain\JohnDoe |
TabHost |
Host address of the entered URL. |
String |
|
vastlimits.com |
TabUriScheme |
Uri scheme ID of the entered URL. Possible values: 0 , 1 , 2 , 3 , 4 . |
Number |
|
3 |
RequestType |
Type of the requested URL. Possible values: 0 , 1 , 2 , 3 . |
String |
|
1 |
RequestHost |
Host address which was requested by the TabHost address. |
String |
|
uberagent.com |
RequestUriScheme |
Uri scheme ID of the requested URL. Possible values: 0 , 1 , 2 , 3 , 4 . |
Number |
|
3 |
RequestCount |
Total count of requests |
Number |
|
40 |
WebRequestDurationMs |
Duration for all web requests. Does not work with Internet Explorer. |
Number |
ms |
140 |
PageLoadTotalDurationMs |
Total duration for page load. |
Number |
ms |
300 |
PageLoadNetworkDurationMs |
Network duration for page load. |
Number |
ms |
150 |
PageLoadRenderDurationMs |
Render duration for page load. |
Number |
ms |
150 |
HttpStatusCount2xx |
Count of 2xx http errors. |
Number |
|
2 |
HttpStatusCount3xx |
Count of 3xx http errors. |
Number |
|
3 |
HttpStatusCount4xx |
Count of 4xx http errors. |
Number |
|
4 |
HttpStatusCount5xx |
Count of 5xx http errors. |
Number |
|
5 |
List of Calculated Fields
Field |
Description |
Data type |
Unit |
Example |
Where available |
BrowserDisplayName |
Browser name. Possible values: Unknown , Chrome , Internet Explorer , Firefox . |
String |
|
Chrome |
Splunk data model, Splunk SPL |
User |
User name. |
String |
|
Domain\JohnDoe |
Splunk data model |
TabUriSchemeDisplayName |
Uri scheme name of the entered URL. Possible values: Other , http , https , ftp , file . |
String |
|
https |
Splunk data model, Splunk SPL |
RequestUriSchemeDisplayName |
Uri scheme name of the requested URL. Possible values: Other , http , https , ftp , file . |
String |
|
https |
Splunk data model, Splunk SPL |
RequestTypeDisplayName |
Type of the requested URL. Possible values: Unknown , XmlHttpRequest , WebSocket , PageLoad . |
String |
|
XmlHttpRequest |
Splunk data model, Splunk SPL |