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
Key | Datatype | Required | Description |
---|---|---|---|
token | string | ||
parser | string | ||
host | string | ||
logfile | string |
RESPONSES
status: OK
{"status":"success"}