Skip to content

Cybraics/influxdb-subscription-cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This handy script will DELETE ALL INFLUXDB SUBSCRIPTIONS!

Workaround for influxdata/kapacitor#870 Kapacitor will re-create automatically it's currently used subscriptions.

Build (deps are vendored using glide)

go get github.com/jeremyd/influxdb-subscription-cleaner

Configure using Environment variables:

INFLUXDB_URL=http://myinflux:8086
INFLUXDB_DRYRUN=true (optional, output what we would have done)

Run

INFLUXDB_URL=http://localhost:8086 cleaner

About

delete all influxdb subscriptions with command line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%