Skip to main content

Amazon Data Firehose

Amazon Data Firehose is a fully managed service for delivering real-time streaming data to various destination.

  • Firehose stream: The underlying entity of Amazon Data Firehose. You use Amazon Data Firehose by creating a Firehose stream and then sending data to it.

  • record: The data of interest that your data producer sends to a Firehose stream. A record can be as large as 1,000 KB.

  • data producer: Producers send records to Firehose streams. For example, a web server that sends log data to a Firehose stream is a data producer. You can also configure your Firehose stream to automatically read data from an existing Kinesis data stream, and load it into destinations.

  • buffer size and buffer interval: Amazon Data Firehose buffers incoming streaming data to a certain size or for a certain period of time before delivering it to destinations. Buffer Size is in MBs and Buffer Interval is in seconds.

Overview

You can send data to Parseable using Amazon Data Firehose stream, and Parseable will automatically ingest the data and make it available for you to query and analyze.

Once logs are unified in Parseable, you can easily monitor and analyze the logs in real-time, and get insights into the performance and usage of your APIs.

Pre-requisites

  • Parseable deployed and running in your environment. Refer the installation guide for more information.
  • AWS account with access to Amazon Data Firehose service.

Create a Firehose stream

First step is to create a Firehose stream to ingest data from various sources and send it to Parseable. In the AWS Management Console, navigate to the Amazon Data Firehose service and click on Create Firehose stream.

In the next screen, you can choose from various sources like Kinesis data stream, Amazon MSK (Kafka), and Direct PUT (i.e. send data directly to Firehose stream from an application).

Destination settings

In the next step, you can configure the destination settings. Choose HTTP Endpoint as the destination. After that we'll need to provide the endpoint URL, Basic Auth token, and the Parseable stream where you want to send the data.

For example to send events to the demo Parseable instance at https://demo.parseable.com:

  • Endpoint URL will be https://demo.parseable.com/api/v1/ingest.
  • Under Parameters, add the
    • Authorization header with the value Basic YWRtaW46YWRtaW4=.
    • Content-Type header with the value application/json.
    • X-P-Stream header with the value kinesisdata.

Backup settings

To ensure that no data is lost, you can configure the backup settings. You can choose to deliver the data to an S3 bucket in case the data can't be delivered to Parseable.

That's it. You have successfully created a Firehose stream to ingest data from various sources and send it to Parseable. Now you can start sending data to the Firehose stream and you'll see the data in Parseable available for query and analysis.

Get Updates from Parseable

Subscribe to keep up with latest news, updates and new features on Parseable