Ingest Data
Ingest
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
A list of optional comma separated fields to use for CSV ingestion. If not specified, the first line of the CSV will be used as the field names.
An optional JSON encoded object with additional labels to add to all events in the request
Path Parameters
Unique ID of the dataset where you want to send data.
Query Parameters
The name of the field to use as the timestamp. If not specified, the timestamp will be the time the event was received by Axiom.
The date-time format of the timestamp field. The reference time is Mon Jan 2 15:04:05 -0700 MST 2006
, as specified in https://pkg.go.dev/time/?tab=doc#Parse
The delimiter to use when parsing CSV data. If not specified, the default delimiter is ,
.
Body
a JSON or ND-JSON array of events to ingest
Response
Number of blocks created
Number of failures that occurred during ingest
List of failures that occurred during ingest
Number of events ingested
Number of bytes processed
Length of the WAL
Was this page helpful?