Modify the `ifql` section to `flux`

Mark the breaking changes in the changelog.
pull/10151/head
Jonathan A. Sternberg 2018-08-02 15:50:23 -05:00
parent 3e12599a44
commit be83e81102
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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"`