[influxdb] Re: Understanding Morgoth

2016-11-09 Thread amith . hegde
Hi Nathan, I do not find these files under the dir /var/lib/kapacitor/replay. But when I say 'kapacitor list recordings', I find the below. ID TypeStatusSize Date 2aa4cc3b-964d-4956-85ef-77f671fded6fbatch finished 6.4 kB09 Nov 16 01:

[influxdb] Removing or hiding records

2016-11-09 Thread joblx88
We have test points measurements in our metrics. We would like to not include these in our queries. Adding the test point ids in the where clause will not scale. I read that the way to do something like this is to insert again on the same timestamp and setting a field. Is this still the pre

[influxdb] Re: Understanding Morgoth

2016-11-09 Thread nathaniel
1. Yes, the srpl files are just a gzipped line protocol file. The brpl files are a zip of serveral files containing the json data for the recording. 2. In my previous post I explained how average support was computed, and linked to docs on the lossy counting algorithm which it is origin. On Wed

[influxdb] Re: Understanding Morgoth

2016-11-09 Thread amith hegde
Thankyou for your advice, I am working on this piece. In the meanwhile I have couple of questions if you can help me with. 1. Is it possible to take a look at the recording to see what data it holds? If yes how can we do that? 2. How is the Anomaly score determined.? What is the formula to calculat

[influxdb] Re: kapacitor: scripts strategy

2016-11-09 Thread nathaniel
1. No software limit, but it will be limited by available resources. 2. Taking things to the extreme the best case is one task that consumes all the data and does all the work, as there will be less overhead etc of managing multiple tasks. That said significant effort has gone into making sure

Re: [influxdb] decimal places question

2016-11-09 Thread joblx88
On Tuesday, November 8, 2016 at 2:04:16 PM UTC-6, job...@gmail.com wrote: > On Tuesday, November 8, 2016 at 1:49:16 PM UTC-6, job...@gmail.com wrote: > > On Tuesday, November 8, 2016 at 1:42:55 PM UTC-6, Sean Beckett wrote: > > > I wrote the identical point you sent and it queries properly for me:

Re: [influxdb] Re: deadman never triggers OK state

2016-11-09 Thread Julien Ammous
Thanks, for some reasons I thought the code shown in the documentation was just a way to explain what it was doing instead of the real implementation xD It would be nice to be able to define our own "macros" to make writing ou scripts quicker, that's where I wished you had used an existing embed

[influxdb] kapacitor: scripts strategy

2016-11-09 Thread Julien Ammous
Hi, I have a few question considering how scripts are handled: 1. is there any limit on the number of scripts kapacitor can handle ? 2. is it better to aim for more complex scripts or is it fine to have 2 or 3 running in parallel performance wise ? 3. are templates based scripts using less resou

[influxdb] Continuous queries for prediction data

2016-11-09 Thread wug
Hello, All is in the object. Is it possible to do continuous queries for data after now() in the time as there is no where time clause? Thank you -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To u