Skip to content

Instantly share code, notes, and snippets.

@regel
Last active February 16, 2019 07:53
Show Gist options
  • Save regel/626880f87341ee784324f23590499b52 to your computer and use it in GitHub Desktop.
Save regel/626880f87341ee784324f23590499b52 to your computer and use it in GitHub Desktop.
TICK-1 section 1
// the machine learning model name, as defined in settings
var model = 'telegraf_metrics_count_value_10s'
// the measurement name, used by Loud ML to output predictions; default = loudml
var from_measurement = 'loudml'
// the output database name for output data written by this pipeline
var out_db = 'telegraf'
// the retention policy; let's use the default
var retention_policy = 'autogen'
// the output measurement name for output data written by this pipeline
var out_measurement = 'predicted'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment