The following table shows what information is written into the corresponding log file:
Log Output | Description | Filename |
---|---|---|
Structured | All Airlock IAM application module log output in structured JSON Lines format. This format is ideal for machine interpretation but should also be human-readable. |
|
Elasticsearch | Airlock IAM offers direct integration using the Elasticsearch search engine. See Processing Airlock IAM log output. The structured log files are used as the basis of this Feature. | |
Main/Console | All log output of an Airlock IAM application module in traditional log format pattern. |
|
User Trail | High-level information on user actions (e.g. login processes, password change, admin action on user).
|
|
Audit Log | Technical information on all actions required for non-repudiation. Every log line can be digitally signed. The audit log format is proprietary. Audit log signing is disabled by default. |
|
Web Server Log | Web server log output; usually during start-up/shut-down. In some cases, fatal errors can be found in this file, which is useful for troubleshooting. Because of technical limitations, web server log files are configured separately from the application log files and log rotation may behave differently. |
|
Access Log | Records all incoming requests. By default, the common log format is used, which closely matches the standard log format of the Apache web server. |
|
Parseable logs | Parseable logs are in an internal format and are used by the Adminapp to display log information. They may change without notice. |
|