Service messages (Internal)¶
OctoSAM Internal Query
Internal queries are advanced queries for analysis of the inner workings of the OctoSAM application. These queries are geared towards administrators with an in-depth knowledge of OctoSAM.
Show log messages from OctoSAM services.
Fields¶
| Name | Type | Visible | Description |
|---|---|---|---|
| Id | numeric | false | Internal ID |
| Time Stamp | date | true | Date/Time this log event was created |
| Level | string | true | Serilog level of this event. |
| Source Context | string | true | Source context of the logged event |
| Message | string | true | The logged message |
| Message Template | string | false | Serilog message template |
| Exception | string | true | Start of the logged exception, if available |
| Properties | string | false | Serilog properties |
| Current Date Time | date | false | Date and time the query was run. For reference if you use and save query results. |
Main entities referenced from this query¶
Query information¶
| Property | Value | Description |
|---|---|---|
| Query Guid | ac219d92-e664-4682-9080-f53956cbdbad | The internal id of the query. Must be unique |
| SupportsDesktop | true | If true, the query can be started from the OctoSAM Windows GUI |
| SupportsWeb | true | If true, the query can be started from the OctoSAM Web UI |