Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Honeycomb DATA Action

Sam Betts edited this page Feb 10, 2014 · 1 revision

The action used for inserting a piece of data into the log store.

Request

{
  "TYPE": "file-stream",
  "CONTENT": "Error: My Face broke",
  "EVENTTIMESTAMP": "",
  "METADATA": {
    "filename": "myFace.log",
  }
}

Response (only if called from RPC)

{
  "TYPE": "file-stream",
  "CONTENT": "Error: My Face broke",
  "EVENTTIMESTAMP": "",
  "METADATA": {
    "filename": "myFace.log"
  }, 
  "ID": "aLJhbashdb2b123123b123hb321"
}