[influxdb] Re: Errors on InfluxDB 1.0.0-1

2016-09-19 Thread Paul Seymour
Hello, I have resolved this by removing invalid subscriptions created from Kapacitor which I had shutdown. A little odd. Thanks Paul On Sunday, 18 September 2016 11:06:48 UTC+1, Paul Seymour wrote: > > Hello, > > Running a POC on InfluxDB behind relay fronted by NGINX seeing the > followi

[influxdb] Re: Kapacitor: Store Current timestamp in another table's field

2016-09-19 Thread nathaniel
Bala, This is not currently possible. But it would not be hard to add support. Could you file an issue on github requesting this feature? Thanks On Monday, September 19, 2016 at 12:27:38 AM UTC-6, balamuru...@gmail.com wrote: > > Hi all, > > I need to store the timestamp of a newly inserted rec

[influxdb] alias on aggregation

2016-09-19 Thread steve . r . weber
Moving and downsampling some data between two databases. Need the to maintain the names of the values. ``` SELECT last(*) INTO "mfcf_vmware"."autogen".:measurement FROM /^vmware_.*/ WHERE time >= '2016-01-01T00:00:00Z' GROUP BY time(30m), "host" ``` This almost worked but the copy of the data ha

Re: [influxdb] alias on aggregation

2016-09-19 Thread Sean Beckett
The AS aliasing only works if you explicitly declare each field. Otherwise, the * matcher for fields automatically pre-pends the function name. We intend to allow AS to operate on * matched fields, but for the first version it was too complex to implement. (See https://github.com/influxdata/influxd

[influxdb] Edit Tag Values

2016-09-19 Thread William Cork
Is there a current method to alter the values of a tag? Currently, I query the measurement, store the data locally, drop the series, push the data back with a new tag value. This is an extremely expensive operation when there are millions of data points. Is there a more efficient way of doing t

[influxdb] bug

2016-09-19 Thread 'so...@aliyun.com' via InfluxDB
I want to monitor the slave status of the MySQL ,when the state is normal, the value is 1, but not in normal state for null, I want to know the value of null, how can I judge through the script: The following is my script: var crit_threshold = 1 var data = stream |from() .database('telegraf') .re

[influxdb] Re: Kapacitor: Store Current timestamp in another table's field

2016-09-19 Thread balamurugan . code
Thanks Nath.. I will request this feature in github. Bala On Monday, 19 September 2016 20:33:05 UTC+5:30, nath...@influxdb.com wrote: > Bala, > > > This is not currently possible. But it would not be hard to add support. > Could you file an issue on github requesting this feature? Thanks > >