Skip to content

Honeycomb.io

Terminal window
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=board,trigger
  • board
    • honeycombio_board
    • honeycombio_query
    • honeycombio_query_annotation
  • derived_column
    • honeycombio_derived_column
  • trigger
    • honeycombio_query
    • honeycombio_trigger
  • slo
    • honeycombio_burn_alert
    • honeycombio_derived_column
    • honeycombio_slo

If no datasets are specified via the --datasets argument, and the API key is not for a Honeycomb Classic environment, the __all__ dataset for Environment-wide assets (e.g. derived columns, boards) will be appended to the dataset list.

If you wish to import a specific list of datasets including environment-wide assets (e.g. derived columns, boards) you must add __all__ to the list of provided datasets.

Terminal window
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=derived_column,board --datasets=__all__,my.service