Commit Graph

29 Commits (933a14e16f0232c5ec883644b7363a59da7bcd90)

Author SHA1 Message Date
kelseiv 5274a45a30
Update README.md 2019-08-01 17:32:51 -07:00
kelseiv fb99e61598
Update README.md 2019-08-01 17:30:52 -07:00
Jonathan A. Sternberg c58ca8d0ea Fix imports of multiple databases in a single import file from `influx -import`
If multiple databases were specified, then the earlier writes would be
written to the later database and/or retention policy because points
were only written out after the batch size was reached. This forces the
batcher to flush whenever the database context switches.
2018-02-09 10:33:53 -06:00
Jonathan A. Sternberg ca7cc021ee Revert "Merge pull request #9352 from wwilfinger/walter/influx-inspect-export-import"
This reverts commit 9aeae7ce82, reversing
changes made to 35b44cc2f0.

The contributor was unable to sign the contributor license agreement so
we have to revert this commit.
2018-02-09 09:53:19 -06:00
Walter Wilfinger 93a19040ce Fix imports of multiple dbs in one export file
batchWrite was using the last database and retention policy read from
the input file. Because batchWrite was called only every batchSize lines
or at EOF, databases with fewer than batchWrite points could be imported
into the incorrect database.

This change forces a flush with batchWrite whenever processDML reads a
change in database or retention policy.
2018-02-05 12:18:03 -06:00
Edd Robinson 67d1fa3972 Cleanup remaining packages 2018-01-21 12:08:25 -08:00
Jason Wilder ed2ff3b401 Fix go vet 2017-10-30 12:30:01 -06:00
Luís Eduardo 905945ed71 Support long lines when importing with the client
Fixes #8986.
2017-10-30 17:16:41 +00:00
Edd Robinson ccb6f7451f Ensure importer emits errors to stderr (#8833) 2017-09-22 17:17:20 +01:00
Edd Robinson bdc10a0e51 Failed imports will now alter exit code 2017-03-14 15:57:21 +00:00
Mark Rushakoff 363c16b5a9 Add package comment for importer/v8 2016-12-30 11:58:43 -08:00
Edd Robinson a98ad483ee Refactor how CLI manages configuration options 2016-12-02 18:26:47 +00:00
Edd Robinson 840fb6af38 Ensure unsafessl option passed to importer 2016-12-02 18:26:47 +00:00
David Norton 3bcb85ff11 add example data to importer README.md 2016-07-19 13:01:26 -04:00
Sean Beckett bb378732c0 Update README.md 2016-02-24 16:40:21 -08:00
Ross McDonald 51758cff25 Switched 0.9 references to 0.10. 2016-02-11 08:44:45 -06:00
Ben Johnson d9a6a7340f add canonical paths 2016-02-10 11:30:52 -07:00
Ben Johnson 5a0d1ab7c1 rename influxdb/influxdb to influxdata/influxdb
This commit changes all the import and URL references from:

    github.com/influxdb/influxdb

to:

    github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Cory LaNou ac563ad97d Importer fixes. fixes #4650 #4651 2015-11-03 16:26:17 -06:00
Paul Dix f865648403 Update README.md 2015-08-26 17:24:24 -04:00
Cory LaNou e3adb7665b Update importer readme
We no longer insert the `upgrade_artifiact`.  Instead we now just use the entire series name as the measurement name.

Add info on throttling as well as status messages.
2015-08-22 10:19:13 -05:00
Cory LaNou aa1a794b83 Document export metrics 2015-08-22 09:16:33 -05:00
Cory LaNou 4120c0a034 first pass at import/export documenation 2015-08-22 09:16:15 -05:00
Cory LaNou 8f6edbbffe minor refactoring, comment updates 2015-08-21 15:17:42 -05:00
Cory LaNou ace4737228 throttle import 2015-08-21 15:07:01 -05:00
Cory LaNou 96aaad4ffe send failed import lines to stdout for users to redirect to another log/import file 2015-08-06 09:19:56 -05:00
Cory LaNou 0682c2a7b0 update useragent string for importer 2015-08-06 09:19:56 -05:00
Cory LaNou 296f16d634 NewConfig should return a default config without needing params passed to it 2015-08-06 09:19:56 -05:00
Cory LaNou 76367d5161 refactoring based on feedback 2015-08-06 09:19:56 -05:00