uploadLogs

POST {{app_url}}/api/uploadLogs?token={{log-write-token}}&parser={{parser}}&host={{serverhost}}&logfile={{logfile}}

A simple HTTP API to upload unstructured, plain-text logs. Used for lightweight integrations, and to upload batches of data from a stateless environment.

Request Params

KeyDatatypeRequiredDescription
tokenstring
parserstring
hoststring
logfilestring

RESPONSES

status: OK

{"status":"success"}