honeyvent

command module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

honeyvent

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/honeycombio/honeyvent/

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