Re: [influxdb] not able to load data from file

2017-01-05 Thread Mark Rushakoff
> Can anyone tell me how to load data to Influxdb from file.? We have a section in the docs that explains how to do so with curl [1]. You can also use `influx -import` [2]. > localhost:8086 url is not working The log output says influx is listening on port 8086: > Listening on HTTP: [::]:8086

[influxdb] not able to load data from file

2017-01-05 Thread P Pal
I am very new to influx DB. I am using the windows version 1.1.1.Attached my config file. Can anyone tell me how to load data to Influxdb from file.? file content: treasures,captain_id=dread_pirate_roberts value=801 1439856000 treasures,captain_id=flint value=29 1439856000 treasures,captain_id=s

Re: [influxdb] What is the recommended way of taking backups on AWS EC2 standalone instance

2017-01-05 Thread Paul Dix
the WAL is the write ahead log. Writes are written there and in memory with the WAL being periodically flushed to TSM index files in the data directory. When that occurs is based on the size of the cache: https://github.com/influxdata/influxdb/blob/master/etc/config.sample.toml#L68 You don't have

Re: [influxdb] Is there a batch limit on Kapacitor batch process?

2017-01-05 Thread Ross McDonald
Sorry for the delay! Just to make sure, did you restart the InfluxDB service once the configuration change was made? If so, what version of InfluxDB are you running? When running tests on my local instance (running v1.1.0), I'm able to query for more than 10,000 points at a time, so it's strange t

Re: [influxdb] Conditional Update

2017-01-05 Thread Ross McDonald
Regarding the question: > Is there a way to only allow the insert of the estimated value in case there is no actual measurement already in place? Not currently. The only way to do this would be to query for the data first to see if there is a gap. On Wed, Jan 4, 2017 at 10:18 AM, 'Sebastian Voss

[influxdb] Re: InfluxDB 1.1.0 : Measurements are created, but no datapoints are shown

2017-01-05 Thread Damião Rodrigues
Hi Vick, Thanks, specifying the retention policy did the trick! Best, Damião On Wed, Jan 4, 2017 at 3:09 PM, Vick Khera wrote: > You are storing into the retention policy "one_day_only" but are querying > the default retention policy. Specify the retention policy on the metric > name in your q