Modify the `ifql` section to `flux`
Mark the breaking changes in the changelog.pull/10151/head
parent
3e12599a44
commit
be83e81102
|
@ -1,6 +1,10 @@
|
||||||
v1.7.0 [unreleased]
|
v1.7.0 [unreleased]
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
- The `ifql` section in the configuration has been changed to `flux` and it is enabled by default on port `:8082`.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [#9964](https://github.com/influxdata/influxdb/pull/9964): Enable the storage service by default.
|
- [#9964](https://github.com/influxdata/influxdb/pull/9964): Enable the storage service by default.
|
||||||
|
|
|
@ -49,7 +49,7 @@ type Config struct {
|
||||||
Subscriber subscriber.Config `toml:"subscriber"`
|
Subscriber subscriber.Config `toml:"subscriber"`
|
||||||
HTTPD httpd.Config `toml:"http"`
|
HTTPD httpd.Config `toml:"http"`
|
||||||
Logging logger.Config `toml:"logging"`
|
Logging logger.Config `toml:"logging"`
|
||||||
Storage storage.Config `toml:"ifql"`
|
Storage storage.Config `toml:"flux"`
|
||||||
GraphiteInputs []graphite.Config `toml:"graphite"`
|
GraphiteInputs []graphite.Config `toml:"graphite"`
|
||||||
CollectdInputs []collectd.Config `toml:"collectd"`
|
CollectdInputs []collectd.Config `toml:"collectd"`
|
||||||
OpenTSDBInputs []opentsdb.Config `toml:"opentsdb"`
|
OpenTSDBInputs []opentsdb.Config `toml:"opentsdb"`
|
||||||
|
|
Loading…
Reference in New Issue