Event Structure
A typical event contains the following fields
Field
Description
Required
text
the body of the event message. Usually the log message or a description of the event
yes
level
One of the following: info, debug, error, fatal, critical
yes
The following are additional fields that serve a metadata for passing extra information about the event
Field
Description
tags
Array of strings to provide more fine-tuned indexing
context
JSON string of custom fields that are not or cannot go in the message and provide more context about the event
ip_address
Remote IP Address of the machine (optional but the API will attempt to resolve an ip address for each request)
Last updated