browse
Download binary →
honeytail/Honeytail
HoneycombLog ingestion agent for parsing and sending structured events to Honeycomb.io.
Observability & Monitoring
01Agent Notes
honeytail is a log ingestion agent for Honeycomb, not a management CLI. It parses log files and sends structured events. `honeytail --parser=json --file=/var/log/app.log`. For Honeycomb management, use the Honeycomb API. Supports parsers for JSON, regex, nginx, MySQL, MongoDB, and CSV formats. Use `--tail.read_from=end` for live tailing.
02Global Flags
| Flag | Type | Description |
|---|---|---|
--parser | enum [json, regex, csv, keyval, nginx, mongo] | Log parser type |
--file | string | Log file to process |
--dataset | string | Honeycomb dataset name |
03Authentication
Methods
environment-variables
Env vars
HONEYCOMB_API_KEYHONEYCOMB_DATASET04Install
brew install honeycomb/honeycomb/honeytail05Capabilities
Reference
binary
honeytailcheck
honeytail --versionauth
environment-variablesformats
textversion
1.10.0