[influxdb] Telegraf Cloudwatch metrics

2016-10-11 Thread kmg
I tried to pull AWS metrics through cloudwatch using telegraf and write the output data into influxdb. When I run the test with sample config, it shows only EC2 stats . Not showing anything else. For example, If I set the namespace to "AWS/EC2", then run the below command, ]# telegraf -config

Re: [influxdb] Internal server error, timeout and unusable server after large imports

2016-10-11 Thread Tanya Unterberger
Hi Sean, 1. Initially I killed the process 2. At some point I restarted influxdb service 3. Error logs show no errors 4. I rebuilt the server, installed the latest rpm. Reimported the data via scripts. Data goes in, but the server is unusable. Looks like indexing might be stuffed. The size of the

[influxdb] Re: question about last performance

2016-10-11 Thread yueyue papa
If using SELECT last(glasses), machine, status, chambers, content, type, chamberID FROM eventlog WHERE time > now() -7d , It will get the result quickly. (7s.) It seems, the last is iterate whole database and then get the result. Why the last() function could not find the final recorder withou

[influxdb] question about last performance

2016-10-11 Thread yueyue papa
Hi My test influxdb (v1.0.0) has 710745 recorders in the measurement. I try to get the last record. But the last recorder is working extremely slow. Is there any suggestion how to quick get the last recorder? Running status: select count(glasses) from "eventlog" (takes about 12s ) ### qid

[influxdb] InfluxEnterprise hinted_handoff

2016-10-11 Thread kthommandra via InfluxData
What does the purge_interval configuration mean in [hinted_handoff] section ? -- Remember to include the version number! --- You received this message because you are subscribed to the Google Groups "InfluxData" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [influxdb] There was an error writing history file: open : The system cannot find the file specified.

2016-10-11 Thread everyonelovesdance
What I did was download the latest zip, unzip to some local drive. Started up by double click on the influxd.exe with no modify to the influxdb.conf file. You should be able to reproduce this. Thanks. -- Remember to include the version number! --- You received this message because you are s

[influxdb] Cannot find measurement after using INTO clause

2016-10-11 Thread tracyann . monteiro
I want to record my select statement by saving it into another measurement. My query is as listed below: select sum(value) as Sum into new_measurement from old_measurement where tagkey1 = 'tagValue1' group by tagKey2 After I run this query, it says that it has written the records but when I qu

Re: [influxdb] Internal server error, timeout and unusable server after large imports

2016-10-11 Thread Sean Beckett
On Tue, Oct 11, 2016 at 12:11 AM, wrote: > Hi, > > It seems that the old issue might have surfaced again (#3349) in v1.0. > > I tried to insert a large number of records (3913595) via a script, > inserting 1 rows at a time. > > After a while I received > > HTTP/1.1 500 Internal Server Error >

Re: [influxdb] There was an error writing history file: open : The system cannot find the file specified.

2016-10-11 Thread Sean Beckett
Please note that Windows is not officially supported for InfluxDB. The logs you include don't have the error output. Without context, it's hard to say what file might be leading to the error. Can you include the logs with the error? Or does the error output to the console and the logs just stop?

[influxdb] Re: Kapacitor and external InfluxDB.

2016-10-11 Thread nathaniel
Kapacitor isn't receiving any data from InfluxDB. What is the output of show subscriptions and kapacitor stats ingress On Tuesday, October 11, 2016 at 11:29:26 AM UTC-6, codep...@gmail.com wrote: > > I'm having a hard time setting up a record. Currently kapacitor.conf > contains: > > [[infl

[influxdb] There was an error writing history file: open : The system cannot find the file specified.

2016-10-11 Thread everyonelovesdance
Hello all, I get this error (on the title) every time. I am use Windows 2008 R2 64 bit, 4 cpu / 16 G mem. I tried set home=E:\influxdb-1.0.1_windows_amd64\influxdb-1.0.1-1\influxd.exe, don't help. Please help. Thanks in advance. [run] 2016/10/11 10:09:47 InfluxDB starting, version 1.0.1,

[influxdb] Kapacitor and external InfluxDB.

2016-10-11 Thread codeprojtwo
I'm having a hard time setting up a record. Currently kapacitor.conf contains: [[influxdb]] enabled = true name = "cp" default = true urls = ["http://influx-cp.internal:8086";] username = "root" password = "root" ssl-ca = "" ssl-cert = "" ssl-key = "" insecure-skip-verify = fal

[influxdb] Re: Bad timestamp error

2016-10-11 Thread mark
It looks like you're writing Python. Your code will be easier to read if you use string formatting[1] rather than concatenating multiple calls. Print out the result of data. You'll see that it's not valid line protocol because your fields are separated by spaces when they should be separated by

[influxdb] Bad timestamp error

2016-10-11 Thread tracyann . monteiro
I am trying to post data to influxdb from data that I'm receiving from Kafka. I have extracted the fields from my JSON messages and stored them in variables. I am trying to post these variables to InfluxDB. However I keep getting a "bad time stamp" error. I am unsure of what i am doing wrong. A

Re: [influxdb] [Kapacitor] How to control the calculated precision of float values.

2016-10-11 Thread nathaniel
If you want to store floats with less precision you can truncate the information to the decimal place you like by multiplying by a base 10 factor flooring the result and then dividing by the same factor. ie |eval(lambda: floor("value" * 100.0)/ 100.0) May I ask what is the motivation? The prec

Re: [influxdb] [Kapacitor] How to control the calculated precision of float values.

2016-10-11 Thread kosalayb
On Tuesday, September 27, 2016 at 9:42:05 PM UTC+1, Ross McDonald wrote: > Is this just for display purposes (using it in a message), or do you want to > store the value like that? You can use `printf` in a template for changing > the precision, for example: > > ``` > > |alert() > > .message('