out_http plugin makes it easy to forward data to Honeycomb.
Getting Started
To set up the plugin, first grab your team API key from your Honeycomb account page, and then update your Fluentd configuration file (usually found in/etc/fluentd/fluentd.conf or /etc/td-agent/td-agent.conf).
A basic configuration to forward events with the my.logs tag to the Honeycomb dataset fluentd_dataset looks like this:
Set Event Timestamps
In Fluentd, each event has a distinguishedtime attribute.
In general, you will use a parser plugin to extract the time attribute from log lines.
You can read more about the structure of a Fluentd event here.
For example, if you have a JSON log file containing timestamps in the format: