The Kinesis Events API endpoints allow Honeycomb to process streaming events from Amazon Kinesis.
Refer to the Honeycomb AWS integrations documentation for more information.
It is recommended that an Ingest API key is used for sending events.
A Configuration API key will work, and must have the Send Events permission. Learn more about API keys here.
This endpoint processes events and metrics coming from AWS through Kinesis Firehose.
The request body expected from Amazon Kinesis Firehose. Events and metrics have the same shape but the base64 encoded data blob for metrics is expected to be Protowire-encoded as well. CloudWatch Logs data coming through Amazon Kinesis Firehose is expected to have a gzip Content-Encoding.
Events queued for processing
Unauthorized
Error
{- "requestId": "string",
- "timestamp": 0,
- "records": [
- {
- "data": "string"
}
]
}
{- "requestId": "string",
- "timestamp": 0,
- "errorMessage": "string"
}