You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
713 B
17 lines
713 B
[outputtelemetry]
|
|
is_custom = 1
|
|
label = Output results to telemetry endpoint
|
|
description = Custom action to output results to telemetry endpoint
|
|
icon_path = outputtelemetry.png
|
|
ttl = 120
|
|
|
|
command = outputtelemetry input=$action.outputtelemetry.param.input$ anonymous=$action.outputtelemetry.param.anonymous$ license=$action.outputtelemetry.param.license$ support=$action.outputtelemetry.param.support$ component=$action.outputtelemetry.param.component$ type=$action.outputtelemetry.param.type$ optinrequired=$action.outputtelemetry.param.optinrequired$
|
|
param.support = 1
|
|
param.anonymous = 1
|
|
param.license = 0
|
|
param.optinrequired = 1
|
|
param.component =
|
|
param.input =
|
|
param.type = event
|
|
python.version = python3
|