influx-tool

Influx Tool for InfluxDB and Influx Proxy

MIT License

Stars
17
Committers
1

Bot releases are hidden (Show)

influx-tool - Release v0.4.1 Latest Release

Published by chengshiwen 2 months ago

influx-tool - Release v0.4.0

Published by chengshiwen 2 months ago

  • Fix measurement escape problem in cleanup
  • Fix hash not work when --hash-key=exi specified in transfer
  • Support custom --hash-key template like backend-%idx in transfer
  • Support custom --shard-key template like shard-%db-%mm in transfer
  • Support hashdist command for hash distribution calculation
  • Support deletetsm command to delete a measurement from a raw tsm file
  • Upgrade to Go 1.21
  • Update github.com/google/go-cmp from v0.5.8 to v0.5.9
  • Update github.com/spf13/cobra from v1.5.0 to v1.8.1
influx-tool - Release v0.3.2

Published by chengshiwen about 2 years ago

  • Fix transfer target dir ending with slash
  • Fix multiple retention policies problem in export command, please refer to https://github.com/influxdata/influxdb/pull/23197
  • Update github.com/google/go-cmp to v0.5.8
  • Update github.com/spf13/cobra to v1.5.0
  • Update github.com/influxdata/influxdb1-client to v0.0.0-20220302092344-a9ab5670611c
  • Update github.com/influxdata/influxql to v1.1.1-0.20220330141758-dc419f7615e1
influx-tool - Release v0.3.1

Published by chengshiwen almost 3 years ago

  • Optimize commands
  • Support darwin/arm64 release
  • Update github.com/spf13/cobra from v1.1.3 to v1.2.1
  • Update github.com/influxdata/influxdb from v1.8.6 to v1.8.10
influx-tool - Release v0.3.0

Published by chengshiwen over 3 years ago

  • Support export command
  • Support import command
  • Transfer: fix slice bounds out of range in series_cursor next
  • Export: support --measurement and --regexp-measurement flag
influx-tool - Release v0.2.0

Published by chengshiwen over 3 years ago

  • Support cleanup command
  • Support transfer command
  • Support compact command
  • Transfer: fix panic: keys must be added in sorted order