kapacitor Questions
4
I am wondering if during tickscript development, there is any opportunity to dump the stream state after passing through the processing node (log to the file, stdout)?
Hearten asked 27/10, 2016 at 15:3
0
I have a TICK script (shown below) with two queries, both performing groupBy on the same tag. The script then joins the two queries on that tag and specifies a full outer join with a fill of 'null'...
Revivalism asked 9/1, 2017 at 19:19
1
Solved
I have the following stick script
stream
|from()
.measurement('mymetric_value')
|deadman(1.0, 10s)
.message('service is down!')
.log('/tmp/alerts.log')
.email('[email protected]')
It s...
1
When I tried localhost in url setting inside influxdb setting of kapacitor.conf then I am able to get the alerts properly.
But when I tried to point url to some remote location in infludb configur...
Hognut asked 5/4, 2016 at 10:56
1
© 2022 - 2024 — McMap. All rights reserved.