honeyvent

command module
v0.0.0-...-9468e47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

README

honeyvent

OSS Lifecycle

STATUS: Archived This project is now archived. See #75 for details. For further questions, visit the Honeycomb Pollinators Community Slack.

CLI for sending individual events in to Honeycomb

Installation

If you have a working go environment in your build, the easiest way to install honeyvent is via go get.

go get github.com/slowshipper/honeyvent/

If you're using go 1.17 or greater you should use go install instead, since go get is deprecated.

go install github.com/slowshipper/honeyvent@latest

Usage

Call with a collection of names and values to send an event from the command line:

honeyvent -k <writekey> -d <dataset> -n field -v val -n field -v val ...

If you are targeting a local instance of Honeycomb, use the api_host parameter, e.g: --api_host=http://localhost:8888

The tool will detect floats and ints and send them as numbers; everything else turns in to strings. Quote any values that have spaces.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL