influxdata / influxdata/kapacitor

Kapacitor receives data but task doesn't work

Open
#2,153 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.4k
Forks
479
Avg merge
4d 16h
Merged PRs (30d)
4

Description

I have written data to an InfluxDB database called telegraf, then exec
kapacitor define url_code_match -type stream -tick ./url_code_match.tick -dbrp telegraf.autogen
kapacitor enable url_code_match

kapacitor list tasks as below:
![image](https://user-images.githubusercontent.com/4156918/51677860-e92db680-2015-11e9-9f47-87d3be9085bc.png)

kapacitor show task as below:
![image](https://user-images.githubusercontent.com/4156918/51677998-41fd4f00-2016-11e9-84f7-462875dd8262.png)

tcpdump find the data of influxdb send to kapacitor machine, but why task not exec, no log and no exec the script config in alert().

Contributor guide

Open the contributing guide

Research direction

Start with the url_code_match.tick task and the kapacitor define, enable, list, and show commands shown in the report. Trace why data sent from InfluxDB does not cause the task to execute or run the alert() script; done means the task processes incoming data and the configured script executes.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.