LogQueryResultRecord

LogQueryResultRecord
LogQueryResultRecord

Query results after processing

JSON Example
{
    "data": {
        "log_timestamp": "1689144144000",
        "log_size": "415",
        "ingest_timestamp": "1689144161617",
        "id": "77666680019861-1689139771782083",
        "text": "error",
        "timestamp": "2023-07-12T06:42:41.617Z"
    },
    "supplementalData": {},
    "annotations": [],
    "positions": {}
}
object
data
Optional

Data for the result record in a map of field names and value This is the log text that was ingested and any additional fields added during ingestion The data also includes extracted fields post processing

object
supplementalData
Optional

Extracted field field names and values with alternate keys One key for extracted field ID and one for internalName The data map contains the field value with the shortId as the field name

array of Annotation
annotations
Optional

Annotations that match the current record

object
positions
Optional

Positions of the extracted field values in the log message, the key is the field name in the data map.

Property Of