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

Honeycomb QUERY Action

Sam Betts edited this page Mar 18, 2014 · 3 revisions

The action used for performing a single index query on the DB

Request

{
  "QUERY": "TYPE:file-stream",
  "TIMESCALE": 86400
}

Response (only if called from RPC)

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