Web application monitoring
The following set of tables can help you monitor different aspects of the web application itself. This may be useful in case you want to have a general overview of the web application normal development, extract specific information or identify abnormal situations that might require corrective measures.
Please note that the format of the fields in these tables may vary due to code changes.
siem.logtrust.web.activity
In this table, you can find detailed information about everything that happened in the current domain. You can see below the most relevant columns included in this table along with a brief explanation.
Column | Data type | Description |
---|---|---|
level |
| Level of importance or urgency of the event
|
domain |
| Domain in which the action takes place |
userid |
| ID associated with the user |
username |
| User who performed the action |
sessionid |
| Session in which the action is framed |
correlationid |
| Unique identifier of the request |
srcHost, srcPort |
| IP address and port from which the connection to Devo is requested |
serverHost, serverPort |
| Server address and port through which the connection to Devo is established |
type |
| Nature of the task performed |
method |
| Data transfer method used |
url, headers, params |
| URL, headers, and parameters of the request |
referer |
| HTTP header field that identifies the address of the web page requested |
userAgent |
| Web browser used to access Devo |
locale |
| Language-variant combination employed by the user |
contentLength, responseLength |
| Number of data bytes contained in the request from the source and the response from the server |
responseTime |
| Total amount of time (in milliseconds) it takes to respond to the request |
result, resourceInfo, errorInfo |
| Result of the request, and info related to the resource and possible errors in the request |
country, region, city |
| Geographic location of the source connection established by the user |
isp, org |
| Internet provider |
siem.logtrust.web.navigation
In this table, you can find specific information about user activity. It contains a data structure similar to the siem.logtrust.web.activity
with the difference that it includes only activity triggered by users and excludes platform and server response. You can see below the most relevant columns included in this table along with a brief explanation.
Column | Data type | Description |
---|---|---|
domain |
| Domain in which the action takes place |
userid |
| ID associated with the user |
sessionid |
| Session in which the action is framed |
userEmail |
| Email address employed by the user to register and log in |
serverHost, serverPort |
| Server address and port through which the connection to Devo is established |
srcHost, srcPort |
| IP address and port from which the connection to Devo is requested |
userAgent |
| Web browser used to access Devo |
referer |
| HTTP header field that identifies the address of the web page requested |
url |
| URL of the request |
origin |
| Origin part of the URL |
section |
| Area of the web application the user accessed |
action |
| Task performed |
type |
| Request type |
message |
| Message in the request |
country, region, city |
| Geographic location of the source connection established by the user |
isp, org |
| Internet provider |
siem.logtrust.web.info
In this table, you can find information about the development of the web application. It can be used to analyze the different events that take place on the platform to have an overview of the global situation. You can see below the most relevant columns included in this table along with a brief explanation.
Column | Data type | Description |
---|---|---|
level |
| Level of importance or urgency of the event
|
domain |
| Domain in which the event occurred |
userid |
| ID associated with the user |
sessionid |
| Session in which the action is framed |
message |
| Full text describing the nature and content of the error |
siem.logtrust.web.error
In this table, you can find information about the errors that occurred in the web application. It can be used to analyze common errors to possibly identify the cause. It is very similar to the siem.logtrust.web.info
table with the difference that it includes only events that contain errors and excludes the rest of the levels. You can see below the most relevant columns included in this table along with a brief explanation.
Column | Data type | Description |
---|---|---|
level |
| Level of importance or urgency of the event (in this case only ERROR) |
domain |
| Domain in which the error occurred |
userid |
| ID associated with the user |
sessionid |
| Session in which the action is framed |
message |
| Full text describing the nature and content of the error |
siem.logtrust.web.notification
In this table, you can find information about the notifications that occurred in the web application. You can see below the most relevant columns included in this table along with a brief explanation.
Column | Data type | Description |
---|---|---|
level |
| Level of importance or urgency of the notification
|
domain |
| Domain in which the notification occurred |
userName |
| ID associated with the user that caused the notification |
sessionId |
| ID of the session in which the action is framed |
domainId |
| ID of the domain |
userId |
| ID of the user |
notificationId |
| ID of the notification |
text |
| Text of the notification |
creationDate |
| Date when the notification occured |
notificationType |
| Type of notification |
Â