[influxdb] [Influxdb] post processing analysis

2017-02-15 Thread Michael Huang
Hello everyone, I've just been getting into learning about Influxdb and a bit of Kapacitor so I'm still rather green to some of the concepts but I had some questions pertaining a post processing analysis context. The use case I'm working with is I have some sets of test results that have been

Re: [CAS Spam] Re: [influxdb] telegraf on Windows - [[inputs.exe]]

2017-02-15 Thread Sanford Whiteman
> The script only contains "echo mytest value=1". As with Linux, It > is strictly impossible it can emit anything else than "mytest > value=1". Actually, when you run a batch file it emits the content of the script as well as the echoed content. Use @echo instead of echo and you

Re: [influxdb] telegraf on Windows - [[inputs.exe]]

2017-02-15 Thread digivaluefr
> I am doing the same thing . so you need to define it in line protocol, > e.g > test1,tag1=value1 value=1 > The script provided in the original question clearly emit data in line protocol: "mytest value=1" I suspect we overlooked a detail, because a so simple thing shouldn't break. Can you

Re: [influxdb] telegraf on Windows - [[inputs.exe]]

2017-02-15 Thread digivaluefr
> It looks like the entire line emitted is: > > C:\Windows\system32>echo mytest value=1 > The script only contains "echo mytest value=1". As with Linux, It is strictly impossible it can emit anything else than "mytest value=1". The line "C:\Windows\system32>echo mytest value=1" is the

Re: [influxdb] telegraf on Windows - [[inputs.exe]]

2017-02-15 Thread Mark Rushakoff
It looks like the entire line emitted is: C:\Windows\system32>echo mytest value=1 That isn't valid line protocol, so that's why you're seeing the parse error. You want it to be only mytest value=1 But I don't know enough about Windows to say what you can change to omit the path piece. On Wed,

[influxdb] telegraf on Windows - [[inputs.exe]]

2017-02-15 Thread digivaluefr
Hi, We try to use a custom made script for telegraf on a Windows 10 host. The executable is C:\Program Files\telegraf\telegraf.exe The configuration file is C:\Program Files\telegraf\telegraf.conf (...begining of file not displayed...) [[inputs.exec]] commands = ["C:/test.bat"] timeout =

Re: [influxdb] Re: InfluxDB Raspberry Pi installation?

2017-02-15 Thread Ross McDonald
You can find the v1.2.0 Debian package compatible with ARM-based distributions here: https://dl.influxdata.com/influxdb/releases/influxdb_1.2.0_armhf.deb On Wed, Feb 15, 2017 at 2:45 PM, wrote: > > I want to install version 1.2. How can i do it? > > -- > Remember

Re: [influxdb] difference() output is not in order (v1.2)

2017-02-15 Thread ahmet . kizilay
Sure, Issue link: https://github.com/influxdata/influxdb/issues/8009 On Wednesday, February 15, 2017 at 12:42:43 PM UTC-5, Mark Rushakoff wrote: > That looks like a bug to me. Do you think you would be able to write a short > script to reproduce the problem and open an issue on Github? I'm

Re: [influxdb] difference() output is not in order (v1.2)

2017-02-15 Thread Mark Rushakoff
That looks like a bug to me. Do you think you would be able to write a short script to reproduce the problem and open an issue on Github? I'm guessing the problem here has something to do with the difference function when querying data across multiple shards. Thanks. On Wed, Feb 15, 2017 at 8:57

Re: [influxdb] about optimizing too many series

2017-02-15 Thread Mark Rushakoff
I don't think I understand the question, but if you're finding that your InfluxDB clients are regularly issuing queries that select too many series, the coordinator.max-select-series config option [1] will likely be helpful. [1]

[influxdb] shift listen's Deadman

2017-02-15 Thread ambrozio963
Hello, i have a problem with Deadman tool of kapacitor. To import data into influxdb i use "influx -import -path=filename -precision=ns" every minute. But the duration of the import is 5 minutes (big file). So i have 5 minutes of a dead zone (in the worst case) for the deadman tool and he

[influxdb] Re: Subquery Help !

2017-02-15 Thread kmg
Any help on this please ? On Tuesday, 14 February 2017 19:00:38 UTC+5:30, kmg wrote: > > I just came to know the newer version of Influxdb supports subquery. I > tried to add this feature into my existing architecture, But it shows null > value[Emptry output]. Could someone please help me whats