SolarWinds · JSON Structure

Solarwinds Loggly Log Event Structure

Type: object Properties: 6
Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

LogEvent is a JSON Structure definition published by SolarWinds, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id timestamp logmsg logtypes event tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LogEvent",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "timestamp": {
      "type": "integer"
    },
    "logmsg": {
      "type": "string"
    },
    "logtypes": {
      "type": "array"
    },
    "event": {
      "type": "object"
    },
    "tags": {
      "type": "array"
    }
  }
}