diff --git a/influxdb.go b/influxdb.go index 2d2de69fd8..48619a85c7 100644 --- a/influxdb.go +++ b/influxdb.go @@ -495,6 +495,7 @@ type ShardSpace struct { Regex string // a duration (24h, 365d) this is optional, if they don't set it, it will default to the storage.dir in the config RetentionPolicy string + ShardDuration string Shards []Shard `json:"-"` }