Edge Delta OpenTSDB Parser

Parse OpenTSDB into metrics.

Overview

The opentsdb_parse node is used to parse logs that are in OpenTSDB format into metric items.

Example Configuration

nodes:
	- name: parse_opentsdb
    type: opentsdb_parse

Required Parameters

name

A descriptive name for the node. This is the name that will appear in Visual Pipelines and you can reference this node in the YAML using the name. It must be unique across all nodes. It is a YAML list element so it begins with a - and a space followed by the string. It is a required parameter for all nodes.

nodes:
  - name: <node name>
    type: <node type>

type: opentsdb_parse

The type parameter specifies the type of node being configured. It is specified as a string from a closed list of node types. It is a required parameter.

nodes:
  - name: <node name>
    type: <node type>