Send Log Lines
Use this method to send logs to a logging instance.
Authentication
You can find instructions on authentication here. Ingestion is
similar to the other APIs, but instead of servicekey you will use apikey if
you are using the header style authentication.
Metadata
Meta is a field reserved for custom information associated with a log line. To add
metadata to an API call, specify the meta field under the lines object. Metadata can be
viewed inside that line’s context
WARNING: If inconsistent value types are
used, that line’s metadata, will not be parsed. For example, if a line is passed
with a meta object, such as meta.myfield of type String, any subsequent lines
with meta.myfield must have a String as the value type for meta.myfield.
Please be aware of service limits on this endpoint
Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
(Deprecated) This key is used for ingestion. You can obtain it following these instructions and placing the key in the header of your call. NOTE Usage of the apikey auth mechanism has been deprecated in favor of IAM Access Tokens. Service keys can no longer be created, but can still be used for v1 and v2 apis while the transition takes place
Query Parameters
Host name of the source.
The network mac address of the host computer.
^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$"01:02:03:04:ab:cd"
The local IP address of the host computer. The local IP address of the host computer (ipv4 or ipv6)
"10.0.1.111"
The source UNIX timestamp in milliseconds at the time of the request. Used to calculate time drift.
Tags that are used to dynamically group hosts.
Body
You can send multiple log lines in a request.
Response
OK