You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kapacitor v1.4, the below code doesn't work if you use a variable (e.g, task_type) instead of the word stream. When doing "define" tasks, it say Unknown task type.
var task_type = stream
var data = task_type
|from()
....
It works fine in Kapacitor v1.3.3
The text was updated successfully, but these errors were encountered:
In Kapacitor v1.4, the below code doesn't work if you use a variable (e.g, task_type) instead of the word stream. When doing "define" tasks, it say Unknown task type.
It works fine in Kapacitor v1.3.3
The text was updated successfully, but these errors were encountered: