This section lists the events that are logged for each of the SuperSTAR components, as well as what data is logged in each event record.
Common Data
All event records contain the following information:
|
Key |
Description |
Example |
|---|---|---|
|
time |
The time the event occurred (UNIX timestamp, in UTC). The accuracy of the timestamp information depends on the machine where the event logger is running. |
1361592000 |
|
hostname |
The name of the host machine that generated the event. |
myhostname |
|
source |
The name of the source application that generated the event. |
SuperWEB2 |
|
action |
The action being logged. See the tables below for more details about the actions that are logged by each application. |
login |
|
user |
The username of the user who generated the event. For Job Queue Manager events, the audit logs will always record the user that you configured JQM to use (configured in service-config.xml), rather than the user who actually submitted the job. See Configure JQM for more details.
|
johndoe |
|
groups |
The groups this user belongs to. |
[ group1, group2 ] |
|
thread |
A thread ID. |
42 |
Some event records include additional data, which is listed in the tables below.
SuperWEB2/Job Queue Manager
|
Action |
Description |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
action |
The type of event:
|
||||||||||||||||||||||
|
ipAddress |
The IP address used to log in (only recorded for login events). Please see these steps for some additional configuration that is required in order to correctly log the end user's IP address, rather than the gateway IP address. |
||||||||||||||||||||||
|
jobUuid |
A unique ID for this tabulation request. The same ID is recorded in the SuperSERVER log for events relating to this tabulation. |
||||||||||||||||||||||
|
txd |
The TXD used in the query (up to 60,000 characters). |
||||||||||||||||||||||
|
txdId |
A unique ID for this TXD. This can be used to link events relating to a single table. |
||||||||||||||||||||||
|
part |
If the TXD is very large it will be split into multiple parts (up to 60,000 characters per part). When a TXD has been split in the logs, this will indicate which part this record relates to for a given |
||||||||||||||||||||||
|
dataType |
This will be present when the
|
||||||||||||||||||||||
|
operation |
This will be present when the
|
||||||||||||||||||||||
|
udrId |
This will be present when the For saved tables it will be a UUID, while for JQM jobs it will be a simple integer. |
||||||||||||||||||||||
|
jqmStatus |
This will be present when the |
SuperADMIN
|
Action |
Description |
Additional Data |
||||||
|---|---|---|---|---|---|---|---|---|
|
admin.login |
An administrator has logged into SuperADMIN. |
|
||||||
|
admin.logout |
An administrator has logged out of SuperADMIN. |
|
||||||
|
group.created |
A group has been created. |
|
||||||
|
group.removed |
A group has been removed |
|
||||||
|
group.displayname.changed |
The display name for a group has been changed. |
|
||||||
|
user.created |
A user has been created. |
|
||||||
|
user.removed |
A user has been removed. |
|
||||||
|
user.added.to.group |
A user has been added to a group. |
|
||||||
|
user.removed.from.group |
A user has been remove from a group. |
|
||||||
|
user.displayname.changed |
A user's display name has been changed. |
|
||||||
|
user.locked |
A user account has been locked. |
|
||||||
|
user.unlocked |
A user account has been unlocked. |
|
||||||
|
database.added |
A dataset has been added to the catalogue. |
|
||||||
|
database.removed |
A dataset has been removed from the catalogue. |
|
||||||
|
database.location.changed |
The location of a dataset's SXV4 file has been changed. |
|
||||||
|
database.displayname.changed |
The display name of a dataset has been changed. |
|
||||||
|
database.access.granted.to.user |
A user has been granted access to a dataset. |
|
||||||
|
database.access.revoked.from.user |
A user's access to a dataset has been revoked. |
|
||||||
|
database.access.granted.to.group |
A group has been granted access to a dataset . |
|
||||||
|
database.access.revoked.from.group |
A group's access to a dataset has been revoked. |
|
||||||
|
database.method.changed |
A data control method has been added or removed from this dataset. |
|
||||||
|
database.statfunction.changed |
A statistical function has been added or removed from this dataset. |
|
||||||
|
database.setting.changed |
A setting has been changed for this dataset (such as changing the |
|
||||||
|
client |
The client that generated the event. This can be one of the following:
|
|
SuperSERVER
|
Action |
Description |
Additional Data |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
tabulation.query |
Details of the query. By default this will include details of the fact tables and fields, but you can use the |
|
||||||||||||||||
|
tabulation.request |
A cross tabulation job has been submitted to the server. |
|
||||||||||||||||
|
tabulation.started |
SuperSERVER has started processing a cross tabulation job. |
|
||||||||||||||||
|
tabulation.complete |
A cross tabulation job has completed successfully. The event record includes the job ID and the time taken to complete the tabulation (in seconds). |
|
||||||||||||||||
|
tabulation.retrieved |
The cross tabulation results have been retrieved by the client. |
|
||||||||||||||||
|
jobUuid |
A unique ID for this tabulation request. The same ID is recorded in the SuperWEB2 log for events relating to this tabulation. |
|