Prerequisites
- A source to ingest into (see Ingest a dataset for creating one).
- An ingest token, or your bearer token with access to the tenant.
Send a batch
POST /v1/ingest/sources/{source_key}/logs accepts a batch of records and returns 202 Accepted. The records are queued and become searchable once indexed.
received and a fragment_id for the batch.
A
202 means the batch was accepted, not that it is searchable yet. Track progress with ingest runs or dataset readiness.Related
Ingest a dataset
Upload a file through a hosted source.
Run a search
Query the logs once they are indexed.