Ingest machine data (synchronous batch)
Synchronously ingest a batch of up to 200 machine data items.
All items are validated and written atomically. Returns 201
with an empty body on success.
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Body
Batch of machine data items for synchronous ingestion. Maximum 200 items.
Array of machine data measurements to ingest.
1 - 200 elementsResponse
All items ingested successfully.